Skip to content

Commit

Permalink
updated to release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adeguet1 committed Apr 9, 2019
1 parent aeb68cf commit c593fe0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Change log
==========

1.7.0 (2019-03-xx)
1.7.0 (2019-04-09)
==================

* API changes:
* Using c++ 14 features **Ubuntu 16.04 or higher** required
* osaCartesianImpedanceController: added support for deadband
* mtsPIDQtWidget: removed set all goals to 0 (dangerous jumps)
* Deprecated features:
Expand Down
4 changes: 2 additions & 2 deletions components/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ set (REQUIRED_CISST_LIBRARIES
cisstRobot
cisstNumerical)

find_package (cisst 1.0.10 REQUIRED ${REQUIRED_CISST_LIBRARIES})
find_package (cisst 1.0.11 REQUIRED ${REQUIRED_CISST_LIBRARIES})

if (cisst_FOUND)

Expand All @@ -49,7 +49,7 @@ if (cisst_FOUND)

# Set the version number
set (sawControllers_VERSION_MAJOR "1")
set (sawControllers_VERSION_MINOR "6")
set (sawControllers_VERSION_MINOR "7")
set (sawControllers_VERSION_PATCH "0")
set (sawControllers_VERSION "${sawControllers_VERSION_MAJOR}.${sawControllers_VERSION_MINOR}.${sawControllers_VERSION_PATCH}")

Expand Down
2 changes: 1 addition & 1 deletion components/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>saw_controllers</name>
<version>1.6.0</version>
<version>1.7.0</version>
<description>
sawControllers
</description>
Expand Down
2 changes: 1 addition & 1 deletion examples/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>saw_controllers_examples</name>
<version>1.6.0</version>
<version>1.7.0</version>
<description>
sawControllers Examples
</description>
Expand Down

0 comments on commit c593fe0

Please sign in to comment.