File tree Expand file tree Collapse file tree 8 files changed +19
-20
lines changed Expand file tree Collapse file tree 8 files changed +19
-20
lines changed Original file line number Diff line number Diff line change 2
2
# Author(s): Anton Deguet
3
3
# Created on: 2011-01-20
4
4
#
5
- # (C) Copyright 2011-2017 Johns Hopkins University (JHU), All Rights
6
- # Reserved.
5
+ # (C) Copyright 2011-2021 Johns Hopkins University (JHU), All Rights Reserved.
7
6
#
8
7
# --- begin cisst license - do not edit ---
9
8
#
13
12
#
14
13
# --- end cisst license ---
15
14
16
- project (sawIntuitiveDaVinciAll )
15
+ project (sawIntuitiveDaVinciPackage )
17
16
18
17
cmake_minimum_required (VERSION 2.8 )
19
18
Original file line number Diff line number Diff line change 1
1
#
2
- # (C) Copyright 2011-2018 Johns Hopkins University (JHU), All Rights Reserved.
2
+ # (C) Copyright 2011-2021 Johns Hopkins University (JHU), All Rights Reserved.
3
3
#
4
4
# --- begin cisst license - do not edit ---
5
5
#
@@ -19,7 +19,7 @@ set (REQUIRED_CISST_LIBRARIES cisstCommon
19
19
cisstMultiTask
20
20
cisstParameterTypes )
21
21
22
- find_package (cisst 1.0.11 REQUIRED ${REQUIRED_CISST_LIBRARIES} )
22
+ find_package (cisst 1.1.0 REQUIRED ${REQUIRED_CISST_LIBRARIES} )
23
23
24
24
if (cisst_FOUND_AS_REQUIRED )
25
25
@@ -49,8 +49,8 @@ if (cisst_FOUND_AS_REQUIRED)
49
49
set (sawIntuitiveDaVinci_LIBRARIES sawIntuitiveDaVinci "${isi_api_LIBRARIES} " )
50
50
51
51
# Set the version number
52
- set (sawIntuitiveDaVinci_VERSION_MAJOR "1 " )
53
- set (sawIntuitiveDaVinci_VERSION_MINOR "2 " )
52
+ set (sawIntuitiveDaVinci_VERSION_MAJOR "2 " )
53
+ set (sawIntuitiveDaVinci_VERSION_MINOR "0 " )
54
54
set (sawIntuitiveDaVinci_VERSION_PATCH "0" )
55
55
set (sawIntuitiveDaVinci_VERSION "${sawIntuitiveDaVinci_VERSION_MAJOR} .${sawIntuitiveDaVinci_VERSION_MINOR} .${sawIntuitiveDaVinci_VERSION_PATCH} " )
56
56
Original file line number Diff line number Diff line change 1
1
<package >
2
2
<name >saw_intuitive_da_vinci</name >
3
- <version >1.2 .0</version >
3
+ <version >2.0 .0</version >
4
4
<description >
5
5
sawIntuitiveDaVinci
6
6
</description >
Original file line number Diff line number Diff line change 1
1
#
2
- # (C) Copyright 2009-2020 Johns Hopkins University (JHU), All Rights Reserved.
2
+ # (C) Copyright 2009-2021 Johns Hopkins University (JHU), All Rights Reserved.
3
3
#
4
4
# --- begin cisst license - do not edit ---
5
5
#
@@ -22,7 +22,7 @@ set (REQUIRED_CISST_LIBRARIES
22
22
cisstQt )
23
23
24
24
# find cisst and make sure the required libraries have been compiled
25
- find_package (cisst 1.0.11 REQUIRED ${REQUIRED_CISST_LIBRARIES} )
25
+ find_package (cisst 1.1.0 REQUIRED ${REQUIRED_CISST_LIBRARIES} )
26
26
27
27
if (cisst_FOUND_AS_REQUIRED )
28
28
@@ -36,7 +36,7 @@ if (cisst_FOUND_AS_REQUIRED)
36
36
endif ()
37
37
38
38
# sawIntuitiveDaVinci has been compiled within cisst, we should find it automatically
39
- find_package (sawIntuitiveDaVinci 1.2 .0 )
39
+ find_package (sawIntuitiveDaVinci 2.0 .0 )
40
40
41
41
if (sawIntuitiveDaVinci_FOUND )
42
42
Original file line number Diff line number Diff line change 1
1
<package >
2
2
<name >saw_intuitive_da_vinci_examples</name >
3
- <version >1.2 .0</version >
3
+ <version >2.0 .0</version >
4
4
<description >
5
5
sawIntuitiveDaVinci Examples
6
6
</description >
Original file line number Diff line number Diff line change 1
1
#
2
- # (C) Copyright 2009-2020 Johns Hopkins University (JHU), All Rights Reserved.
2
+ # (C) Copyright 2009-2021 Johns Hopkins University (JHU), All Rights Reserved.
3
3
#
4
4
# --- begin cisst license - do not edit ---
5
5
#
@@ -35,7 +35,7 @@ set (REQUIRED_CISST_LIBRARIES
35
35
cisstQt )
36
36
37
37
# find cisst and make sure the required libraries have been compiled
38
- find_package (cisst 1.0.11 REQUIRED ${REQUIRED_CISST_LIBRARIES} )
38
+ find_package (cisst 1.1.0 REQUIRED ${REQUIRED_CISST_LIBRARIES} )
39
39
40
40
if (cisst_FOUND_AS_REQUIRED )
41
41
@@ -52,7 +52,7 @@ if (cisst_FOUND_AS_REQUIRED)
52
52
LIBRARIES isi_ros
53
53
CATKIN_DEPENDS cisst_ros_bridge geometry_msgs roscpp std_msgs )
54
54
55
- find_package (sawIntuitiveDaVinci 1.2 .0 )
55
+ find_package (sawIntuitiveDaVinci 2.0 .0 )
56
56
57
57
if (sawIntuitiveDaVinci_FOUND )
58
58
Original file line number Diff line number Diff line change 5
5
- git:
6
6
local-name: cisst-saw/cisst
7
7
uri: https://github.com/jhu-cisst/cisst
8
- version: devel
8
+ version: 1.1.0
9
9
- git:
10
10
local-name: cisst-saw/cisst-ros
11
11
uri: https://github.com/jhu-cisst/cisst-ros
12
- version: devel
12
+ version: 2.0.0
13
13
- git:
14
14
local-name: crtk/crtk_msgs
15
15
uri: https://github.com/collaborative-robotics/crtk_msgs
16
- version: master
16
+ version: master
17
17
- git:
18
18
local-name: cisst-saw/sawIntuitiveDaVinci
19
19
uri: https://github.com/jhu-saw/sawIntuitiveDaVinci
20
- version: devel
20
+ version: 2.0.0
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<package >
3
3
<name >isi_ros</name >
4
- <version >1.2 .0</version >
4
+ <version >2.0 .0</version >
5
5
<description >The ISI ROS package</description >
6
6
7
7
<maintainer email =" anton.deguet@jhu.edu" >Anton Deguet</maintainer >
You can’t perform that action at this time.
0 commit comments