From 475bbaae0d1d3992637931df383576faf0613c42 Mon Sep 17 00:00:00 2001 From: Takayuki Murooka Date: Fri, 14 Jun 2024 18:35:02 +0900 Subject: [PATCH] fix Signed-off-by: Takayuki Murooka --- tmp/lanelet2_extension_python/src/utility.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmp/lanelet2_extension_python/src/utility.cpp b/tmp/lanelet2_extension_python/src/utility.cpp index d3f23c3c..47ab0b4f 100644 --- a/tmp/lanelet2_extension_python/src/utility.cpp +++ b/tmp/lanelet2_extension_python/src/utility.cpp @@ -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( @@ -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) {