Skip to content

Commit 9be2130

Browse files
committed
modify the mapper.yaml to ros2 format, update the install DIR in CMakelists of mapper library
1 parent 4f3247d commit 9be2130

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

autonomy_core/map_plan/mapper/CMakeLists.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,12 @@ target_include_directories(local_global_mapper PUBLIC
147147
install(
148148
TARGETS
149149
${PROJECT_NAME}
150+
LIBRARY DESTINATION lib/${PROJECT_NAME}
151+
)
152+
install(
153+
TARGETS
150154
local_global_mapper
151-
ARCHIVE DESTINATION lib
152-
LIBRARY DESTINATION lib
153-
RUNTIME DESTINATION bin
155+
RUNTIME DESTINATION lib/${PROJECT_NAME}
154156
)
155157

156158
install(

autonomy_core/map_plan/mapper/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
## Note
1313
sensor_msgs::msg::pointcloud is still used in the code, suggested to migrate to pointcloud2 in the future
1414

15-
Test relevant files are not updated in either the src file or compiled in CMAKELISTS.TXT
15+
Test relevant files are not updated in either the cpp file or compiled in CMAKELISTS.TXT

0 commit comments

Comments
 (0)