transfer variable from launch to sdf file
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