Skip to content
Snippets Groups Projects
Commit 5536ca86 authored by Rohan Budhiraja's avatar Rohan Budhiraja
Browse files

[CMakeLists] ros_publish needs ros_bridge

parent 86499ade
No related branches found
No related tags found
No related merge requests found
...@@ -136,6 +136,7 @@ compile_plugin(ros_time) ...@@ -136,6 +136,7 @@ compile_plugin(ros_time)
compile_plugin(ros_joint_state) compile_plugin(ros_joint_state)
target_link_libraries(ros_joint_state "${DYNAMIC_GRAPH_PLUGINDIR}/dp-dynamic.so") target_link_libraries(ros_joint_state "${DYNAMIC_GRAPH_PLUGINDIR}/dp-dynamic.so")
target_link_libraries(ros_publish ros_bridge)
#compile_plugin(robot_model) #compile_plugin(robot_model)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment