You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update launch test for change related to enviroment variables in launch (ros2#354)
Since ros2/launch#601, launch no longer modifies os.environ.
Rather, it updates a dictionary owned by the launch context, which is then passed to
launched executables.
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
0 commit comments