Functional PTZ control node

This commit is contained in:
Tristan McGinnis
2025-05-25 20:43:49 -06:00
parent 6e4264a2a8
commit 7d9ca314a7
2 changed files with 11 additions and 12 deletions

View File

@@ -109,7 +109,7 @@ def launch_setup(context, *args, **kwargs):
package='core_pkg',
executable='ptz',
name='ptz',
output='both'
output='both',
on_exit=Shutdown(), #on fail, shutdown if this was the only node to be launched
)
)