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

Commit

Permalink
fix
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 14, 2024
1 parent a933c52 commit 475bbaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tmp/lanelet2_extension_python/src/utility.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ lanelet::ConstLanelets getCurrentLanelets_pose(

// for handling functions with default arguments
/// utilities.cpp
// clang-tidy off
// NOLINTBEGIN
BOOST_PYTHON_FUNCTION_OVERLOADS(
generateFineCenterline_overload, lanelet::utils::generateFineCenterline, 1, 2)
BOOST_PYTHON_FUNCTION_OVERLOADS(
Expand All @@ -388,7 +388,7 @@ BOOST_PYTHON_FUNCTION_OVERLOADS(
getClosestLaneletWithConstrains_overload, ::getClosestLaneletWithConstrains, 2, 4)
BOOST_PYTHON_FUNCTION_OVERLOADS(
getPrecedingLaneletSequences_overload, lanelet::utils::query::getPrecedingLaneletSequences, 3, 4)
// clang-tidy on
// NOLINTEND

BOOST_PYTHON_MODULE(_lanelet2_extension_python_boost_python_utility)
{
Expand Down

0 comments on commit 475bbaa

Please sign in to comment.