Skip to content

Commit c9d0e30

Browse files
pre-commit-ci[bot]f0reachARR
authored andcommittedMay 31, 2024
style(pre-commit): autofix
1 parent 9f39009 commit c9d0e30

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
 

‎common/object_recognition_utils/test/src/test_predicted_path_utils.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include "tier4_autoware_utils/math/unit_conversion.hpp"
1818

1919
#include <boost/optional/optional_io.hpp>
20+
2021
#include <gtest/gtest.h>
2122

2223
using tier4_autoware_utils::Point2d;

‎common/signal_processing/test/src/lowpass_filter_1d_test.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#include "signal_processing/lowpass_filter_1d.hpp"
1616

1717
#include <boost/optional/optional_io.hpp>
18+
1819
#include <gtest/gtest.h>
1920

2021
constexpr double epsilon = 1e-6;

‎planning/autoware_behavior_velocity_planner/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
<depend>autoware_auto_planning_msgs</depend>
4141
<depend>behavior_velocity_planner_common</depend>
4242
<depend>diagnostic_msgs</depend>
43-
<depend>grid_map_ros</depend>
4443
<depend>eigen</depend>
4544
<depend>geometry_msgs</depend>
45+
<depend>grid_map_ros</depend>
4646
<depend>lanelet2_extension</depend>
4747
<depend>libboost-dev</depend>
4848
<depend>motion_utils</depend>

0 commit comments

Comments
 (0)