We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fed9cf3 + 8c93da7 commit cb7d055Copy full SHA for cb7d055
1 file changed
manager/manager/launcher/launcher_ros2_api.py
@@ -46,7 +46,7 @@ def terminate(self):
46
47
to_kill = ["launch.py"]
48
if self.type == "gz":
49
- to_kill = ["gz", "launch.py"]
+ to_kill = ["drones_ws", "gz", "launch.py"]
50
else:
51
to_kill = ["gzserver", "launch.py"]
52
0 commit comments