mirror of
https://github.com/SHC-ASTRA/rover-ros2.git
synced 2026-02-11 09:20:40 +00:00
fix: add ptz back to rover_launch.py
oopsies
This commit is contained in:
@@ -38,16 +38,16 @@ def launch_setup(context, *args, **kwargs):
|
|||||||
on_exit=Shutdown()
|
on_exit=Shutdown()
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
# nodes.append(
|
nodes.append(
|
||||||
# Node(
|
Node(
|
||||||
# package='core_pkg',
|
package='core_pkg',
|
||||||
# executable='ptz', # change as needed
|
executable='ptz', # change as needed
|
||||||
# name='ptz',
|
name='ptz',
|
||||||
# output='both'
|
output='both'
|
||||||
# # Currently don't shutdown all nodes if the PTZ node fails, as it is not critical
|
# 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
|
# on_exit=Shutdown() # Uncomment if you want to shutdown on PTZ failure
|
||||||
# )
|
)
|
||||||
# )
|
)
|
||||||
nodes.append(
|
nodes.append(
|
||||||
Node(
|
Node(
|
||||||
package='bio_pkg',
|
package='bio_pkg',
|
||||||
|
|||||||
Submodule src/ros2_interfaces_pkg updated: e94359b6ce...bb04ec4a17
Reference in New Issue
Block a user