Skip to content

Commit

Permalink
Merge pull request #1652 from AkariNakano821/akwk-v4.0.0-2
Browse files Browse the repository at this point in the history
chore: compatible with RT0-33313
  • Loading branch information
shmpwk authored Nov 20, 2024
2 parents 56dfcc4 + 727b2dd commit 5ff06cb
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@v2
uses: actions/checkout@v4

- 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@v2
uses: actions/upload-artifact@v4
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 <lanelet2_extension/utility/message_conversion.hpp>
#include <autoware_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 5ff06cb

Please sign in to comment.