Skip to content

Commit c593fe0

Browse files
committed
updated to release 1.7.0
1 parent aeb68cf commit c593fe0

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Change log
22
==========
33

4-
1.7.0 (2019-03-xx)
4+
1.7.0 (2019-04-09)
55
==================
66

77
* API changes:
8+
* Using c++ 14 features **Ubuntu 16.04 or higher** required
89
* osaCartesianImpedanceController: added support for deadband
910
* mtsPIDQtWidget: removed set all goals to 0 (dangerous jumps)
1011
* Deprecated features:

components/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ set (REQUIRED_CISST_LIBRARIES
2323
cisstRobot
2424
cisstNumerical)
2525

26-
find_package (cisst 1.0.10 REQUIRED ${REQUIRED_CISST_LIBRARIES})
26+
find_package (cisst 1.0.11 REQUIRED ${REQUIRED_CISST_LIBRARIES})
2727

2828
if (cisst_FOUND)
2929

@@ -49,7 +49,7 @@ if (cisst_FOUND)
4949

5050
# Set the version number
5151
set (sawControllers_VERSION_MAJOR "1")
52-
set (sawControllers_VERSION_MINOR "6")
52+
set (sawControllers_VERSION_MINOR "7")
5353
set (sawControllers_VERSION_PATCH "0")
5454
set (sawControllers_VERSION "${sawControllers_VERSION_MAJOR}.${sawControllers_VERSION_MINOR}.${sawControllers_VERSION_PATCH}")
5555

components/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>saw_controllers</name>
3-
<version>1.6.0</version>
3+
<version>1.7.0</version>
44
<description>
55
sawControllers
66
</description>

examples/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>saw_controllers_examples</name>
3-
<version>1.6.0</version>
3+
<version>1.7.0</version>
44
<description>
55
sawControllers Examples
66
</description>

0 commit comments

Comments
 (0)