Skip to content

Commit 2c74ff1

Browse files
committed
fix(autoware_freespace_planning_algorithms): fix syntaxError
Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
1 parent fbbc44c commit 2c74ff1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

planning/autoware_freespace_planning_algorithms/scripts/bind/astar_search_pybind.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ class AstarSearchPython : public freespace_planning_algorithms::AstarSearch
9999

100100
namespace py = pybind11;
101101

102+
// cppcheck-suppress syntaxError
102103
PYBIND11_MODULE(autoware_freespace_planning_algorithms_pybind, p)
103104
{
104105
auto pyPlannerWaypointsVector =

0 commit comments

Comments
 (0)