Merge remote-tracking branch 'origin/main' into core-ros2-control

This commit is contained in:
David
2026-03-19 19:45:59 -05:00
21 changed files with 1491 additions and 1670 deletions

View File

@@ -61,6 +61,7 @@ def launch_setup(context, *args, **kwargs):
executable="ptz", # change as needed
name="ptz",
output="both",
condition=IfCondition(LaunchConfiguration("use_ptz", default="true")),
# Currently don't shutdown all nodes if the PTZ node fails, as it is not critical
# on_exit=Shutdown() # Uncomment if you want to shutdown on PTZ failure
)