We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c08f8c commit 34eeb60Copy full SHA for 34eeb60
admittance_controller/CMakeLists.txt
@@ -23,7 +23,7 @@ set(THIS_PACKAGE_INCLUDE_DEPENDS
23
tf2_geometry_msgs
24
tf2_kdl
25
tf2_ros
26
- tinyxml2
+ TinyXML2
27
trajectory_msgs
28
)
29
@@ -66,7 +66,8 @@ target_link_libraries(admittance_controller PUBLIC
66
${geometry_msgs_TARGETS}
67
${trajectory_msgs_TARGETS}
68
${control_msgs_TARGETS}
69
- ${tf2_geometry_msgs_TARGETS})
+ ${tf2_geometry_msgs_TARGETS}
70
+ ${TinyXML2_LIBRARIES})
71
72
pluginlib_export_plugin_description_file(controller_interface admittance_controller.xml)
73
0 commit comments