Skip to content

Commit

Permalink
fix: revert Merge pull request #1652 (#1657)
Browse files Browse the repository at this point in the history
Revert "Merge pull request #1652 from AkariNakano821/akwk-v4.0.0-2"

This reverts commit 5ff06cb, reversing
changes made to 56dfcc4.
  • Loading branch information
TomohitoAndo authored and TetsuKawa committed Dec 1, 2024
1 parent 7f7df8b commit 3803cfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cppcheck-differential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v2

- name: Install dependencies
run: |
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
cat cppcheck-report.txt
- name: Upload Cppcheck report
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v2
with:
name: cppcheck-report
path: cppcheck-report.txt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include "autoware/behavior_path_static_obstacle_avoidance_module/utils.hpp"

#include <Eigen/Dense>
#include <autoware_lanelet2_extension/utility/message_conversion.hpp>
#include <lanelet2_extension/utility/message_conversion.hpp>

#include <boost/geometry/algorithms/buffer.hpp>
#include <boost/geometry/algorithms/convex_hull.hpp>
Expand Down

0 comments on commit 3803cfc

Please sign in to comment.