Skip to content

Commit

Permalink
Remove liburdfdom-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-reynolds committed Jan 10, 2020
1 parent 79b504c commit 7ca25ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
13 changes: 4 additions & 9 deletions joint_limits_interface/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ find_package(catkin REQUIRED COMPONENTS
urdf
)

# Include urdfdom
find_package(urdfdom REQUIRED) # TODO: Delete

# Declare a catkin package
catkin_package(
INCLUDE_DIRS
Expand All @@ -19,8 +16,6 @@ catkin_package(
hardware_interface
roscpp
urdf
DEPENDS
urdfdom
)


Expand All @@ -29,7 +24,7 @@ catkin_package(
###########

# Specify header include paths
include_directories(include ${catkin_INCLUDE_DIRS} ${urdfdom_INCLUDE_DIRS})
include_directories(include ${catkin_INCLUDE_DIRS})


#############
Expand All @@ -40,16 +35,16 @@ if(CATKIN_ENABLE_TESTING)
find_package(rostest REQUIRED)

catkin_add_gtest(joint_limits_interface_test test/joint_limits_interface_test.cpp)
target_link_libraries(joint_limits_interface_test ${catkin_LIBRARIES} ${urdfdom_LIBRARIES})
target_link_libraries(joint_limits_interface_test ${catkin_LIBRARIES})

catkin_add_gtest(joint_limits_urdf_test test/joint_limits_urdf_test.cpp)
target_link_libraries(joint_limits_urdf_test ${catkin_LIBRARIES} ${urdfdom_LIBRARIES})
target_link_libraries(joint_limits_urdf_test ${catkin_LIBRARIES})

add_rostest_gtest(joint_limits_rosparam_test
test/joint_limits_rosparam.test
test/joint_limits_rosparam_test.cpp
)
target_link_libraries(joint_limits_rosparam_test ${catkin_LIBRARIES} ${urdfdom_LIBRARIES})
target_link_libraries(joint_limits_rosparam_test ${catkin_LIBRARIES})
endif()


Expand Down
1 change: 0 additions & 1 deletion joint_limits_interface/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<buildtool_depend>catkin</buildtool_depend>

<depend>hardware_interface</depend>
<depend>liburdfdom-dev</depend>
<depend>roscpp</depend>
<depend>urdf</depend>

Expand Down

0 comments on commit 7ca25ab

Please sign in to comment.