Skip to content

Commit adc13da

Browse files
TomohitoAndoTetsuKawa
authored andcommitted
fix: revert Merge pull request #1652 (#1657)
Revert "Merge pull request #1652 from AkariNakano821/akwk-v4.0.0-2" This reverts commit 5ff06cb, reversing changes made to 56dfcc4.
1 parent f5980a4 commit adc13da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cppcheck-differential.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
steps:
1111
- name: Checkout code
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v2
1313

1414
- name: Install dependencies
1515
run: |
@@ -55,7 +55,7 @@ jobs:
5555
cat cppcheck-report.txt
5656
5757
- name: Upload Cppcheck report
58-
uses: actions/upload-artifact@v4
58+
uses: actions/upload-artifact@v2
5959
with:
6060
name: cppcheck-report
6161
path: cppcheck-report.txt

planning/behavior_path_planner/autoware_behavior_path_static_obstacle_avoidance_module/src/utils.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include "autoware/behavior_path_static_obstacle_avoidance_module/utils.hpp"
2323

2424
#include <Eigen/Dense>
25-
#include <autoware_lanelet2_extension/utility/message_conversion.hpp>
25+
#include <lanelet2_extension/utility/message_conversion.hpp>
2626

2727
#include <boost/geometry/algorithms/buffer.hpp>
2828
#include <boost/geometry/algorithms/convex_hull.hpp>

0 commit comments

Comments
 (0)