Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
fix lanelet2_extension_python
Browse files Browse the repository at this point in the history
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
  • Loading branch information
takayuki5168 committed Jun 13, 2024
1 parent 427143d commit e02bfba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmp/lanelet2_extension_python/src/utility.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ BOOST_PYTHON_FUNCTION_OVERLOADS(
BOOST_PYTHON_FUNCTION_OVERLOADS(
getLeftBoundWithOffset_overload, lanelet::utils::getLeftBoundWithOffset, 2, 3)
BOOST_PYTHON_FUNCTION_OVERLOADS(
overwriteLaneletsCenterline_overload, lanelet::utils::overwriteLaneletsCenterline, 1, 3)
overwriteLaneletsCenterline_overload, lanelet::utils::overwriteLaneletsCenterline, 3, 4)
BOOST_PYTHON_FUNCTION_OVERLOADS(isInLanelet_overload, ::isInLanelet, 2, 3)

/// query.cpp
Expand Down

0 comments on commit e02bfba

Please sign in to comment.