Skip to content

Commit

Permalink
fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuYamamoto committed Jun 17, 2024
1 parent 8b343bd commit a154fe3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion navyu_costmap_2d/launch/navyu_costmap_2d.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,5 @@ def generate_launch_description():
remappings=[("/costmap", "/local_costmap")],
parameters=[costmap_map_config_path, {"use_sim_time": use_sim_time}],
),

]
)
1 change: 0 additions & 1 deletion navyu_navigation/launch/navyu_bringup.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def generate_launch_description():
remappings=[("/costmap", "/local_costmap")],
parameters=[navyu_config_path, {"use_sim_time": use_sim_time}],
),

Node(
package="navyu_path_planner",
executable="navyu_global_planner_node",
Expand Down

0 comments on commit a154fe3

Please sign in to comment.