Skip to content

Commit

Permalink
readded wireless into bringup
Browse files Browse the repository at this point in the history
  • Loading branch information
frankgon1627 committed Sep 17, 2024
1 parent 33b5c44 commit 5e0bfb4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions jackal_robot/launch/bringup.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ def generate_launch_description():
PythonLaunchDescriptionSource(
PathJoinSubstitution(
[FindPackageShare('jackal_description'),
'launch',
'description.launch.py']
'launch',
'description.launch.py']
)
),
launch_arguments=[('robot_description_command', robot_description_command)]
Expand Down Expand Up @@ -70,12 +70,12 @@ def generate_launch_description():
),

# Wireless Watcher
#IncludeLaunchDescription(
# PythonLaunchDescriptionSource(PathJoinSubstitution(
# [FindPackageShare('wireless_watcher'), 'launch', 'watcher.launch.py']
# )),
# launch_arguments=[('connected_topic', 'wifi_connected')]
#),
IncludeLaunchDescription(
PythonLaunchDescriptionSource(PathJoinSubstitution(
[FindPackageShare('wireless_watcher'), 'launch', 'watcher.launch.py']
)),
launch_arguments=[('connected_topic', 'wifi_connected')]
),

# MicroROS Agent
Node(
Expand Down

0 comments on commit 5e0bfb4

Please sign in to comment.