Skip to content

Commit

Permalink
fixing linting problem
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMacenski committed Aug 24, 2022
1 parent 506a5cb commit d317b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nav2_bringup/launch/navigation_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def generate_launch_description():
parameters=[configured_params],
arguments=['--ros-args', '--log-level', log_level],
remappings=remappings +
[('cmd_vel', 'cmd_vel_nav'), ('cmd_vel_smoothed', 'cmd_vel')]),
[('cmd_vel', 'cmd_vel_nav'), ('cmd_vel_smoothed', 'cmd_vel')]),
Node(
package='nav2_lifecycle_manager',
executable='lifecycle_manager',
Expand Down

0 comments on commit d317b33

Please sign in to comment.