Skip to content

Commit

Permalink
Corrected file name "*.launch.py"
Browse files Browse the repository at this point in the history
  • Loading branch information
SeniorKullken committed Jan 24, 2023
1 parent ae55e24 commit b0c3af1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launch/pet-mk-viii-bringup.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def generate_launch_description():
parameters=[
{"ros_topic_twist": 'twist/cmd_vel'},
{'ros_topic_twist_stamped': 'twist_stamped/cmd_vel'},
{'ros_topic_raw': 'raw/joystick'},
{'ros_topic_raw': 'raw/joystick'}
]
)

Expand Down Expand Up @@ -89,7 +89,7 @@ def generate_launch_description():
)

# Expose nodes
ld.add_action(joystick_node)
(joystick_node)
ld.add_action(buttons_node)
ld.add_action(led0_node)
ld.add_action(led1_node)
Expand Down

0 comments on commit b0c3af1

Please sign in to comment.