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

answered 2011-09-14 05:22:31 -0500

joq gravatar image

The <arg> XML tag syntax is sometimes confusing. Note that it can be either a declaration or an assignment.

  • To declare an <arg>, put it almost anywhere in the file before using the $(arg) substitution variable.

  • To assign a value, nest it within the <include> tag, or pass it to the top launch file via a parameter to roslaunch.