In roslaunch, if I include a file, I can pass it arguments like this:
Is there an equivalent for xacro:include? For example:
I know I can do this using something like:
However, this is not an ideal solution, as I would like to nest my robot_description urdf in a larger definition of robot_description.
↧