Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adeguet1 committed Aug 11, 2021
1 parent 6bba9f6 commit 6ca0853
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 12 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
Change log
==========

2.1.0 (2021-08-11)
==================

* API changes:
* Changed instrument identifier from `enum` to `std::string`
* Instrument name is now following the convention `name:model[version]`. It used to be `name_model`
* New features:
* Added new configuration file to list all supported instruments with option to load site specific list: https://github.com/jhu-dvrk/sawIntuitiveResearchKit/wiki/Custom-Instruments
* More instruments supported, including new Si Large Needle Driver with gears (version 12+)
* Instrument depth:
* Using Classic or S specific depth to determine if instrument should engage
* Using depth of joint 4 using forward kinematics to restrict motion towards/inside the cannula
* Updated wiki:
* Better calibration documentation: https://github.com/jhu-dvrk/sawIntuitiveResearchKit/wiki/Calibration
* PSM joint 3 calibration: https://github.com/jhu-dvrk/sawIntuitiveResearchKit/wiki/Potentiometer-calibration-for-PSM-insertion
* Classic vs S instruments: https://github.com/jhu-dvrk/sawIntuitiveResearchKit/wiki/Tool-Generations
* Support for custom instruments: https://github.com/jhu-dvrk/sawIntuitiveResearchKit/wiki/Custom-Instruments
* Updated JSON schemas: https://github.com/jhu-dvrk/sawIntuitiveResearchKit/wiki/Configuration-File-Formats
* Added example for *cisstRobotPython*
* Bug fixes:
* Fixed range of motion used to engage sterile adapter and instruments to avoid encoder/pot errors
* Fixed bug in Matlab config generator for ECM
* Teleop PSM restarts automatically after an instrument's swap

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

Expand Down
4 changes: 2 additions & 2 deletions applications/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ if (cisst_FOUND_AS_REQUIRED)
endif ()

# saw components have been compiled within cisst, we should find them automatically
find_package (sawRobotIO1394 2.0.0 REQUIRED)
find_package (sawRobotIO1394 2.1.0 REQUIRED)
find_package (sawControllers 2.0.0 REQUIRED)
find_package (sawIntuitiveResearchKit 2.0.1 REQUIRED)
find_package (sawIntuitiveResearchKit 2.1.0 REQUIRED)
find_package (sawTextToSpeech 1.3.0 REQUIRED)

if (sawRobotIO1394_FOUND AND sawControllers_FOUND
Expand Down
2 changes: 1 addition & 1 deletion applications/gripper-calibration/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if (cisst_FOUND_AS_REQUIRED)
endif ()

# saw components have been compiled within cisst, we should find them automatically
find_package (sawRobotIO1394 2.0.0 REQUIRED)
find_package (sawRobotIO1394 2.1.0 REQUIRED)

if (sawRobotIO1394_FOUND)

Expand Down
2 changes: 1 addition & 1 deletion applications/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>saw_intuitive_research_kit_applications</name>
<version>2.0.1</version>
<version>2.1.0</version>
<description>
sawIntuitiveResearchKit Application
</description>
Expand Down
6 changes: 3 additions & 3 deletions components/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if (cisst_FOUND)

# saw components have been compiled within cisst, we should find them automatically
find_package (sawTextToSpeech 1.3.0 REQUIRED)
find_package (sawRobotIO1394 2.0.0 REQUIRED)
find_package (sawRobotIO1394 2.1.0 REQUIRED)
find_package (sawControllers 2.0.0 REQUIRED)

if (sawRobotIO1394_FOUND AND sawControllers_FOUND)
Expand Down Expand Up @@ -77,8 +77,8 @@ if (cisst_FOUND)

# Set the version number
set (sawIntuitiveResearchKit_VERSION_MAJOR "2")
set (sawIntuitiveResearchKit_VERSION_MINOR "0")
set (sawIntuitiveResearchKit_VERSION_PATCH "1")
set (sawIntuitiveResearchKit_VERSION_MINOR "1")
set (sawIntuitiveResearchKit_VERSION_PATCH "0")
set (sawIntuitiveResearchKit_VERSION "${sawIntuitiveResearchKit_VERSION_MAJOR}.${sawIntuitiveResearchKit_VERSION_MINOR}.${sawIntuitiveResearchKit_VERSION_PATCH}")

# Generate sawIntuitiveResearchKitRevision.h
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_intuitive_research_kit</name>
<version>2.0.1</version>
<version>2.1.0</version>
<description>
sawIntuitiveResearchKit
</description>
Expand Down
2 changes: 1 addition & 1 deletion examples/derivedTeleOperationPSM/components/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if (cisst_FOUND)

# sawIntuitiveResearchKit has been compiled within cisst, we should
# find it automatically
find_package(sawIntuitiveResearchKit 2.0.0 REQUIRED)
find_package(sawIntuitiveResearchKit 2.1.0 REQUIRED)

if (sawIntuitiveResearchKit_FOUND)

Expand Down
2 changes: 1 addition & 1 deletion examples/derivedTeleOperationPSM/components/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>saw_intuitive_research_kit_example_derived_teleop_psm</name>
<version>2.0.0</version>
<version>2.1.0</version>
<description>
sawIntuitiveResearchKit Example
</description>
Expand Down
2 changes: 1 addition & 1 deletion share/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>dvrk_config</name>
<version>2.0.0</version>
<version>2.1.0</version>
<description>dVRK config files</description>

<maintainer email="anton.deguet@jhu.edu">Anton Deguet</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion tests/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>saw_intuitive_research_kit_tests</name>
<version>2.0.0</version>
<version>2.1.0</version>
<description>
sawIntuitiveResearchKit Tests
</description>
Expand Down

0 comments on commit 6ca0853

Please sign in to comment.