mirror of
https://github.com/SHC-ASTRA/rover-ros2.git
synced 2026-02-11 09:20:40 +00:00
Activated bio in rover_launch.py
This commit is contained in:
@@ -76,16 +76,16 @@ def launch_setup(context, *args, **kwargs):
|
|||||||
parameters=[{'launch_mode': mode}]
|
parameters=[{'launch_mode': mode}]
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
# elif mode == 'bio':
|
elif mode == 'bio':
|
||||||
# nodes.append(
|
nodes.append(
|
||||||
# Node(
|
Node(
|
||||||
# package='bio_pkg',
|
package='bio_pkg',
|
||||||
# executable='bio',
|
executable='bio',
|
||||||
# name='bio',
|
name='bio',
|
||||||
# output='both',
|
output='both',
|
||||||
# parameters=[{'launch_mode': mode}]
|
parameters=[{'launch_mode': mode}]
|
||||||
# )
|
)
|
||||||
# )
|
)
|
||||||
else:
|
else:
|
||||||
# If an invalid mode is provided, print an error.
|
# If an invalid mode is provided, print an error.
|
||||||
# (You might want to raise an exception or handle it differently.)
|
# (You might want to raise an exception or handle it differently.)
|
||||||
|
|||||||
Reference in New Issue
Block a user