Skip to content

Commit

Permalink
fix(autoware_freespace_planning_algorithms): fix syntaxError (#7812)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryuta Kambe <[email protected]>
  • Loading branch information
veqcc authored Jul 3, 2024
1 parent 9e47b4d commit 909004e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ class AstarSearchPython : public freespace_planning_algorithms::AstarSearch

namespace py = pybind11;

// cppcheck-suppress syntaxError
PYBIND11_MODULE(autoware_freespace_planning_algorithms_pybind, p)
{
auto pyPlannerWaypointsVector =
Expand Down

0 comments on commit 909004e

Please sign in to comment.