Skip to content

Commit 58c187d

Browse files
committed
add patch
Signed-off-by: wep21 <[email protected]>
1 parent b7472a1 commit 58c187d

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
diff --git a/CMakeLists.txt b/CMakeLists.txt
2+
index 007b246..3145354 100644
3+
--- a/CMakeLists.txt
4+
+++ b/CMakeLists.txt
5+
@@ -13,6 +13,11 @@ rclcpp_components_register_node(goal_pose_visualizer_component
6+
EXECUTABLE goal_pose_visualizer
7+
)
8+
9+
+target_compile_options(goal_pose_visualizer
10+
+ PRIVATE
11+
+ -Wno-deprecated-declarations
12+
+)
13+
+
14+
ament_auto_add_library(${PROJECT_NAME}_component SHARED
15+
src/mission_planner/arrival_checker.cpp
16+
src/mission_planner/service_utils.cpp
17+
@@ -24,6 +29,11 @@ rclcpp_components_register_node(${PROJECT_NAME}_component
18+
EXECUTABLE mission_planner
19+
)
20+
21+
+target_compile_options(mission_planner
22+
+ PRIVATE
23+
+ -Wno-deprecated-declarations
24+
+)
25+
+
26+
ament_auto_add_library(${PROJECT_NAME}_lanelet2_plugins SHARED
27+
src/lanelet2_plugins/default_planner.cpp
28+
src/lanelet2_plugins/utility_functions.cpp

0 commit comments

Comments
 (0)