Skip to content

Commit

Permalink
Update baxter_pykdl build dependencies
Browse files Browse the repository at this point in the history
Updates baxter_pykdl CMakeLists.txt build dependencies in order to
comply with the upstream dependency shift of urdfdom and orocos.

In response to brr-users forum thread:
https://groups.google.com/a/rethinkrobotics.com/forum/#!topic/brr-users/LO4ZEKqOi3w
  • Loading branch information
rethink-kmaroney committed Aug 13, 2014
1 parent 837c807 commit a9e1264
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ find_package(catkin
rospy
geometry_msgs
sensor_msgs
urdfdom
python_orocos_kdl
tf
baxter_core_msgs
baxter_interface
Expand All @@ -22,10 +20,12 @@ catkin_package(
geometry_msgs
sensor_msgs
urdfdom
python_orocos_kdl
tf
baxter_interface
baxter_core_msgs
DEPENDS
python_orocos_kdl
urdfdom
)

install(
Expand Down

0 comments on commit a9e1264

Please sign in to comment.