Closed kosuke55 closed 2 years ago
I just ran into this while adding respawn support to Nav2. Its not yet on Rolling so just commenting here that its an issue but I expect that it will be removed in the next Rolling sync. https://github.com/ros-planning/navigation2/pull/2910
Will this get in for Humble?
Also, the PR is merged, I think this ticket can be closed.
CC @clalancette
This has already been released into the launch packages in version 0.22.0. Can you double-check that you are using at least that version?
Bug report
Required Info:
Steps to reproduce issue
Simple sample launch with respawn arg. turtle.launch
Run following command.
The node respaws even though respawn is set to false.
Expected behavior
If false, do not respawn.
If true, respawn.
Actual behavior
Both will respawn. No matter what string we set, respawn works.
Additional information
I tried to fix it with https://github.com/ros2/launch/pull/569 . Please check it.
Feature request
Feature description
Implementation considerations