Where does my URDF for the plugins?

asked 2021-07-28 04:53:02 -0500

HeatWaves gravatar image

When I include a plugin in my URDF or xacro file in between the <plugin> and <\plugin> tags, where does it find the plugin from?
If I have a ROS package with plugins built from source as well as installed via apt-get and want to use the ROS package installed from source (maybe because it contains my custom changes), how should I tell my URDF or xacro file to look for the plugin inside the package built from source and not the one installed via apt-get?

edit retag flag offensive close merge delete

Comments

hello, you have to install your custom ROS package and source them. After beeing sourced, all ros related scripts should be able to find your custom plugins.

Clément Rolinat gravatar imageClément Rolinat ( 2021-07-28 07:17:57 -0500 )edit