ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You have to use a macro. You may use something like this:

<xacro:macro name="whatever" params="room">
<link name = "${room}_door">
 ...
</link>
</xacro:macro>
<xacro:whatever room="workroom"/>