Skip to content

Commit

Permalink
remove orocos_kdl add gazebo_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Aug 9, 2020
1 parent b4fbab5 commit 7f3fd12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
5 changes: 1 addition & 4 deletions pr2_gazebo_plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ endif()

# Depend on system install of Gazebo and SDFormat
find_package(gazebo REQUIRED)
pkg_check_modules(SDF sdformat REQUIRED)
#find_package(PCL REQUIRED)
find_package(Boost REQUIRED COMPONENTS thread)
find_package(orocos_kdl)

# catkin dependencies
find_package(catkin
Expand All @@ -27,6 +25,7 @@ find_package(catkin
cv_bridge
diagnostic_msgs
diagnostic_updater
gazebo_dev
gazebo_msgs
gazebo_plugins
geometry_msgs
Expand Down Expand Up @@ -92,8 +91,6 @@ catkin_package(
image_transport
DEPENDS
GAZEBO
SDF
orocos_kdl
LIBRARIES
gazebo_ros_controller_manager
gazebo_ros_power_monitor
Expand Down
6 changes: 2 additions & 4 deletions pr2_gazebo_plugins/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<build_depend>cv_bridge</build_depend>
<build_depend>diagnostic_msgs</build_depend>
<build_depend>diagnostic_updater</build_depend>
<build_depend>gazebo_dev</build_depend>
<build_depend>gazebo_msgs</build_depend>
<build_depend>gazebo_plugins</build_depend>
<build_depend>geometry_msgs</build_depend>
Expand All @@ -46,6 +47,7 @@

<!-- <run_depend>pcl_conversions</run_depend>
<run_depend>pcl_ros</run_depend> -->
<run_depend>gazebo_dev</run_depend>
<run_depend>gazebo_ros</run_depend>
<run_depend>gazebo_plugins</run_depend>
<run_depend>gazebo_msgs</run_depend>
Expand All @@ -70,8 +72,4 @@
<run_depend>message_runtime</run_depend>
<run_depend>message_generation</run_depend>

<!-- temporary hack for orocos kdl until it's packaged better upstream -->
<build_depend>orocos_kdl</build_depend>
<run_depend>orocos_kdl</run_depend>

</package>

0 comments on commit 7f3fd12

Please sign in to comment.