diff --git a/rover_launch.py b/rover_launch.py index 2c33c06..73f9316 100644 --- a/rover_launch.py +++ b/rover_launch.py @@ -38,16 +38,16 @@ def launch_setup(context, *args, **kwargs): on_exit=Shutdown() ) ) - # nodes.append( - # Node( - # package='core_pkg', - # executable='ptz', # change as needed - # name='ptz', - # output='both' - # # 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 - # ) - # ) + nodes.append( + Node( + package='core_pkg', + executable='ptz', # change as needed + name='ptz', + output='both' + # 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 + ) + ) nodes.append( Node( package='bio_pkg', diff --git a/src/ros2_interfaces_pkg b/src/ros2_interfaces_pkg index e94359b..bb04ec4 160000 --- a/src/ros2_interfaces_pkg +++ b/src/ros2_interfaces_pkg @@ -1 +1 @@ -Subproject commit e94359b6ce35d07f1b07411995bb75dda917b046 +Subproject commit bb04ec4a176fead136bdc3031a9d08efd5cf068e