Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Updated for minor release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adeguet1 committed May 25, 2021
1 parent b6ca9e5 commit 8be9bdf
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Change log
==========

2.0.1 (2021-05-26)
==================

* API changes:
* None
* New features:
* dvrk_console_json:
* Added calibration mode (command line option -C) to disable potentiometer checks and saving encoder offsets when calibrating potentiometers
* Added command line option to use cisstMultiTask state table collectors (-c)
* Bug fixes:
* None

2.0.0 (2021-04-08)
==================

Expand Down
2 changes: 1 addition & 1 deletion dvrk_robot/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if (cisst_FOUND_AS_REQUIRED)
# sawRobotIO1394 has been compiled within cisst, we should find it automatically
find_package (sawRobotIO1394 2.0.0 REQUIRED)
find_package (sawControllers 2.0.0 REQUIRED)
find_package (sawIntuitiveResearchKit 2.0.0 REQUIRED)
find_package (sawIntuitiveResearchKit 2.0.1 REQUIRED)

include_directories (
${dvrk_robot_SOURCE_DIR}/include
Expand Down
2 changes: 1 addition & 1 deletion dvrk_robot/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>dvrk_robot</name>
<version>2.0.0</version>
<version>2.0.1</version>
<description>The dvrk_robot package</description>

<maintainer email="[email protected]">Anton Deguet</maintainer>
Expand Down
6 changes: 3 additions & 3 deletions dvrk_ros.rosinstall
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- git:
local-name: cisst-saw/sawControllers
uri: https://github.com/jhu-saw/sawControllers
version: devel
version: 2.0.0
- git:
local-name: cisst-saw/sawTextToSpeech
uri: https://github.com/jhu-saw/sawTextToSpeech
Expand All @@ -41,8 +41,8 @@
- git:
local-name: cisst-saw/sawIntuitiveResearchKit
uri: https://github.com/jhu-dvrk/sawIntuitiveResearchKit
version: devel
version: 2.0.1
- git:
local-name: dvrk-ros
uri: https://github.com/jhu-dvrk/dvrk-ros
version: devel
version: 2.0.1

0 comments on commit 8be9bdf

Please sign in to comment.