File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,8 @@ endif()
1515
1616# Depend on system install of Gazebo and SDFormat
1717find_package (gazebo REQUIRED)
18- pkg_check_modules(SDF sdformat REQUIRED)
1918#find_package(PCL REQUIRED)
2019find_package (Boost REQUIRED COMPONENTS thread)
21- find_package (orocos_kdl)
2220
2321# catkin dependencies
2422find_package (catkin
@@ -27,6 +25,7 @@ find_package(catkin
2725 cv_bridge
2826 diagnostic_msgs
2927 diagnostic_updater
28+ gazebo_dev
3029 gazebo_msgs
3130 gazebo_plugins
3231 geometry_msgs
@@ -92,8 +91,6 @@ catkin_package(
9291 image_transport
9392 DEPENDS
9493 GAZEBO
95- SDF
96- orocos_kdl
9794 LIBRARIES
9895 gazebo_ros_controller_manager
9996 gazebo_ros_power_monitor
Original file line number Diff line number Diff line change 2222 <build_depend >cv_bridge</build_depend >
2323 <build_depend >diagnostic_msgs</build_depend >
2424 <build_depend >diagnostic_updater</build_depend >
25+ <build_depend >gazebo_dev</build_depend >
2526 <build_depend >gazebo_msgs</build_depend >
2627 <build_depend >gazebo_plugins</build_depend >
2728 <build_depend >geometry_msgs</build_depend >
4647
4748 <!-- <run_depend>pcl_conversions</run_depend>
4849 <run_depend>pcl_ros</run_depend> -->
50+ <run_depend >gazebo_dev</run_depend >
4951 <run_depend >gazebo_ros</run_depend >
5052 <run_depend >gazebo_plugins</run_depend >
5153 <run_depend >gazebo_msgs</run_depend >
7072 <run_depend >message_runtime</run_depend >
7173 <run_depend >message_generation</run_depend >
7274
73- <!-- temporary hack for orocos kdl until it's packaged better upstream -->
74- <build_depend >orocos_kdl</build_depend >
75- <run_depend >orocos_kdl</run_depend >
76-
7775</package >
You can’t perform that action at this time.
0 commit comments