Skip to content

Commit

Permalink
ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikN committed Dec 2, 2023
1 parent 8624c0b commit 709648b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rosbot_bringup/launch/combined.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,16 @@ def generate_launch_description():
description="Path to the Fast RTPS default profiles file",
)

bringup_launch = IncludeLaunchDescription(
PythonLaunchDescriptionSource([ThisLaunchFileDir(), "bringup.launch.py"])
)
# bringup_launch = IncludeLaunchDescription(
# PythonLaunchDescriptionSource([ThisLaunchFileDir(), "/bringup.launch.py"])
# )

return LaunchDescription(
[
declare_serial_port_arg,
declare_serial_baudrate_arg,
declare_localhost_only_fastrtps_profiles_file_arg,
OpaqueFunction(function=generate_microros_agent_node),
bringup_launch,
# bringup_launch,
]
)

0 comments on commit 709648b

Please sign in to comment.