Closed Mr-Zqr closed 11 months ago
Your plugin needs to link with mc_rtc::mc_rtc_ros
to use functionalities provided by the library
i.e. add
target_link_libraries(LikoMcrtcInterfPlugin PUBLIC mc_rtc::mc_rtc_ros)
after creating the plugin here: https://github.com/Mr-Zqr/liko_mcrtc_interf_plugin/blob/main/CMakeLists.txt#L41
Note: this plugin has another issue here where this will spin forever and stop your program in the init of the plugin
Hi Pierre @gergondet ,
I had a problem when trying to add a ROS subscriber in a plugin following plugin toturial and ROS integration toturial. When I launched the controller with
the plugin failed to launch with the following output:
the same error happends when I tried to launch the controller with
However, when I launched the controller with
the plugin loaded successfully.
Is this a bug? What should I do to load a customized ROS intrgrated global plugin with ROS integration via
mc_mujoco
ormc_rtc_ticker
?This is my computer configuration:
I'm looking forward to your kind reply.