what is equivalent python code for <param=key command=command> in launch file?

asked 2020-05-19 06:59:52 -0500

burhan gravatar image

updated 2020-05-19 08:09:54 -0500

gvdhoorn gravatar image

Is it possible to program the <param=key command=xacro xml-file> with a python code. I know that there is a class roslaunch.core.Param, but you can only use key value pairs. Nothing with commands. My goal is to use xacro to read an xml file and save it to the param.

edit retag flag offensive close merge delete