We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
on_exit_shutdown
str
if
ros_gz/ros_gz_sim/launch/gz_sim.launch.py.in
Line 58 in 2dca358
This means setting it to 'true' or 'false' will always be treated as True. Perhaps we can use IfCondition and call evaluate here instead?
'true'
'false'
True
IfCondition
evaluate
The text was updated successfully, but these errors were encountered:
This has been fixed in #617.
Sorry, something went wrong.
No branches or pull requests
Environment
Description
on_exit_shutdown
launch argument to false to work properlyon_exit_shutdown
is astr
when evaluated in theif
statement below:ros_gz/ros_gz_sim/launch/gz_sim.launch.py.in
Line 58 in 2dca358
This means setting it to
'true'
or'false'
will always be treated asTrue
. Perhaps we can useIfCondition
and callevaluate
here instead?The text was updated successfully, but these errors were encountered: