transfer variable from launch to sdf file

asked 2020-04-11 11:25:57 -0600

Enif25 gravatar image

Hi,

how can I transfer a variable from - launch file to sdf - from sdf to a plugin

In the .launch file, I cloud use inside the <node> block something like this:

<param name="valueForPlugin" value="$(arg valueForPlugin)" />

but in the sdf file, I can not call $(arg valueForPlugin) ...

Thank you

edit retag flag offensive close merge delete