![]() | 1 | initial version |
If you look here for the arg
tag, you can see there are only certain attributes you can use inside of them: https://wiki.ros.org/roslaunch/XML/arg#Attributes. command
is not one of them.
However, what you are trying to do here is use xacro to load the robot description. In this case, you want to use the <param>
tag instead of <arg>
. It should work then.