ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
That argument replaces the entire environment that is used for the subprocess, you'll have to extend the environment (rather than overriding it).
There was a proposal to add a new action that would change an environment variable:
https://github.com/ros2/launch/issues/164
But that hasn't been implemented.