Commit f712778 1 parent 03d5738 commit f712778 Copy full SHA for f712778
File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ project(catmux)
28
28
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
29
29
## is used, also find other catkin packages
30
30
find_package (catkin REQUIRED COMPONENTS
31
- rospy
32
31
)
33
32
34
33
## System dependencies are found with CMake's conventions
@@ -120,8 +119,6 @@ catkin_python_setup()
120
119
## CATKIN_DEPENDS: catkin_packages dependent projects also need
121
120
## DEPENDS: system dependencies of this project that dependent projects also need
122
121
catkin_package(
123
- CATKIN_DEPENDS
124
- rospy
125
122
)
126
123
127
124
###########
Original file line number Diff line number Diff line change 45
45
<!-- Use doc_depend for packages you need only for building documentation: -->
46
46
<!-- <doc_depend>doxygen</doc_depend> -->
47
47
<buildtool_depend >catkin</buildtool_depend >
48
- <build_depend >rospy</build_depend >
49
- <exec_depend >catkin_pkg</exec_depend >
50
48
<exec_depend >python-argparse</exec_depend >
49
+ <exec_depend >python-catkin-pkg</exec_depend >
51
50
<exec_depend >python-yaml</exec_depend >
52
51
<exec_depend >rospy</exec_depend >
53
52
<exec_depend >tmux</exec_depend >
You can’t perform that action at this time.
0 commit comments