We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b6cb3c commit f6cdffdCopy full SHA for f6cdffd
map/map_height_fitter/CMakeLists.txt
@@ -9,6 +9,9 @@ ament_auto_add_library(map_height_fitter SHARED
9
src/map_height_fitter.cpp
10
)
11
target_link_libraries(map_height_fitter ${PCL_LIBRARIES})
12
+
13
+# When adding `<depend>lanelet2_extension</depend>` to package.xml, many warnings are generated.
14
+# It is treated as errors in compile, so pedantic warnings are disabled for this package.
15
target_compile_options(map_height_fitter PRIVATE -Wno-pedantic)
16
17
ament_auto_add_executable(node
0 commit comments