Skip to content

Update launch test for change related to enviroment variables in launch#354

Merged
jacobperron merged 1 commit intomasterfrom
jacob/fix_597
Mar 28, 2022
Merged

Update launch test for change related to enviroment variables in launch#354
jacobperron merged 1 commit intomasterfrom
jacob/fix_597

Conversation

@jacobperron
Copy link
Copy Markdown
Member

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.

Connects to ros2/launch#601

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>
@jacobperron
Copy link
Copy Markdown
Member Author

Note, with the latest commit in ros2/launch#601, this PR is not technically necessary anymore.

Copy link
Copy Markdown
Collaborator

@fujitatomoya fujitatomoya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ros2/launch@3d2a695 reads the data from os.environ but i think this is nicer to have.

@jacobperron
Copy link
Copy Markdown
Member Author

  • Linux Build Status
  • Linux-aarch64 Build Status
  • Windows Build Status (unrelated warning)

@jacobperron jacobperron merged commit 8f06ed9 into master Mar 28, 2022
@delete-merged-branch delete-merged-branch Bot deleted the jacob/fix_597 branch March 28, 2022 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants