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
Due to ros2/launch#757 Gazebo launched by gz_sim.launch.py does not shut down cleanly. We should provide a way to set shell=False to workaround this issue. Most users probably don't need shell=True, which is mainly used to expand environment variables and file globs [1] since launch provides a way to set environment variables and find absolute paths to files, so we might consider making shell=False, the default.
The text was updated successfully, but these errors were encountered:
Due to ros2/launch#757 Gazebo launched by gz_sim.launch.py does not shut down cleanly. We should provide a way to set
shell=False
to workaround this issue. Most users probably don't needshell=True
, which is mainly used to expand environment variables and file globs [1] since launch provides a way to set environment variables and find absolute paths to files, so we might consider makingshell=False
, the default.The text was updated successfully, but these errors were encountered: