== tag == The `` tag allows you to set environment variables on nodes that are launched. This tag may only be used within the scope of a [[roslaunch/XML/launch|]], [[roslaunch/XML/include|]], [[roslaunch/XML/node|]] or [[roslaunch/XML/machine|]] tag. When it is used inside of a `` tag, the `` tag only applies to nodes declared ''after''. Some environment variables can be found in [[ROS/EnvironmentVariables#Node_Environment_Variables|EnvironmentVariables]]. NOTE: Values set using the `` tag will not be seen by `$(env ...)`, so the `` tag cannot be used to parametrize launch files. === Attributes === `name="environment-variable-name"` Environment variable you are setting. `value="environment-variable-value"` Value to set the environment variable to.