Skip to content

Commit 490a450

Browse files
style(pre-commit): autofix
1 parent eed5fa2 commit 490a450

File tree

3 files changed

+3
-3
lines changed
  • planning
    • autoware_static_centerline_generator
    • behavior_velocity_planner/autoware_behavior_velocity_planner
    • motion_velocity_planner/autoware_motion_velocity_planner_node

3 files changed

+3
-3
lines changed

planning/autoware_static_centerline_generator/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
<depend>geography_utils</depend>
3030
<depend>geometry_msgs</depend>
3131
<depend>global_parameter_loader</depend>
32+
<depend>grid_map_core</depend>
3233
<depend>interpolation</depend>
3334
<depend>lanelet2_extension</depend>
34-
<depend>grid_map_core</depend>
3535
<depend>map_loader</depend>
3636
<depend>map_projection_loader</depend>
3737
<depend>osqp_interface</depend>

planning/behavior_velocity_planner/autoware_behavior_velocity_planner/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
<depend>diagnostic_msgs</depend>
4646
<depend>eigen</depend>
4747
<depend>geometry_msgs</depend>
48-
<depend>lanelet2_extension</depend>
4948
<depend>grid_map_core</depend>
49+
<depend>lanelet2_extension</depend>
5050
<depend>libboost-dev</depend>
5151
<depend>pcl_conversions</depend>
5252
<depend>pluginlib</depend>

planning/motion_velocity_planner/autoware_motion_velocity_planner_node/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
<depend>diagnostic_msgs</depend>
2828
<depend>eigen</depend>
2929
<depend>geometry_msgs</depend>
30-
<depend>lanelet2_extension</depend>
3130
<depend>grid_map_core</depend>
31+
<depend>lanelet2_extension</depend>
3232
<depend>libboost-dev</depend>
3333
<depend>pcl_conversions</depend>
3434
<depend>pluginlib</depend>

0 commit comments

Comments
 (0)