mirror of
https://github.com/SHC-ASTRA/rover-ros2.git
synced 2026-02-11 09:20:40 +00:00
Add bio to launch.py
This commit is contained in:
@@ -36,15 +36,15 @@ def launch_setup(context, *args, **kwargs):
|
||||
parameters=[{'launch_mode': mode}]
|
||||
)
|
||||
)
|
||||
# nodes.append(
|
||||
# Node(
|
||||
# package='bio_pkg',
|
||||
# executable='bio', # change as needed
|
||||
# name='bio',
|
||||
# output='both',
|
||||
# parameters=[{'launch_mode': mode}]
|
||||
# )
|
||||
# )
|
||||
nodes.append(
|
||||
Node(
|
||||
package='bio_pkg',
|
||||
executable='bio', # change as needed
|
||||
name='bio',
|
||||
output='both',
|
||||
parameters=[{'launch_mode': mode}]
|
||||
)
|
||||
)
|
||||
nodes.append(
|
||||
Node(
|
||||
package='anchor_pkg',
|
||||
|
||||
Reference in New Issue
Block a user