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

Commit

Permalink
set version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adeguet1 committed May 16, 2018
1 parent 656feec commit 54acbad
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions dvrk_model/package.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0"?>
<package>
<name>dvrk_model</name>
<version>1.5.0</version>
<version>1.6.0</version>
<description>The dvrk_model package</description>

<maintainer email="zihan@jhu.edu">Zihan Chen</maintainer>
<maintainer email="anton.deguet@jhu.edu">Anton Deguet</maintainer>
<license>CISST</license>

<author email="[email protected]">Zihan Chen</author>
Expand Down
2 changes: 1 addition & 1 deletion dvrk_python/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>dvrk_python</name>
<version>1.5.0</version>
<version>1.6.0</version>
<description>The dVRK Python package</description>

<maintainer email="[email protected]">Anton Deguet</maintainer>
Expand Down
8 changes: 4 additions & 4 deletions dvrk_robot/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ set (REQUIRED_CISST_LIBRARIES
cisstQt
)

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

if (cisst_FOUND_AS_REQUIRED)

Expand All @@ -60,9 +60,9 @@ if (cisst_FOUND_AS_REQUIRED)


# sawRobotIO1394 has been compiled within cisst, we should find it automatically
find_package (sawRobotIO1394 1.5.0 REQUIRED)
find_package (sawControllers 1.5.0 REQUIRED)
find_package (sawIntuitiveResearchKit 1.5.0 REQUIRED)
find_package (sawRobotIO1394 1.6.0 REQUIRED)
find_package (sawControllers 1.6.0 REQUIRED)
find_package (sawIntuitiveResearchKit 1.6.0 REQUIRED)

include_directories (
${dvrk_robot_SOURCE_DIR}/include
Expand Down
4 changes: 2 additions & 2 deletions dvrk_robot/package.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0"?>
<package>
<name>dvrk_robot</name>
<version>1.5.0</version>
<version>1.6.0</version>
<description>The dvrk_robot package</description>

<maintainer email="zihan.chen@jhu.edu">Zihan Chen</maintainer>
<maintainer email="anton.deguet@jhu.edu">Anton Deguet</maintainer>
<license>cisst</license>

<buildtool_depend>catkin</buildtool_depend>
Expand Down

0 comments on commit 54acbad

Please sign in to comment.