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

I haven't tested it myself, but I believe you could do something to the effect of:

LaunchConfiguration('param1', default=1)
LaunchConfiguration('param2', default='false')
...
SetLaunchConfiguration(name='param2', value='true', condition=LaunchConfigurationEquals('param1', 2))