Robotics StackExchange | Archived questions

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

Asked by Enif25 on 2020-04-11 11:25:57 UTC

Comments

Answers