Skip to content

Commit d2ae0c4

Browse files
StepTurtlexmfcx
authored andcommitted
Remove autoware_mapping_msg dependency
Signed-off-by: Barış Zeren <[email protected]>
1 parent d57826c commit d2ae0c4

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

autoware_map_msgs/CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ set(msg_files
2121
set(msg_dependencies
2222
std_msgs
2323
geometry_msgs
24-
sensor_msgs
25-
autoware_auto_mapping_msgs)
24+
sensor_msgs)
2625

2726
rosidl_generate_interfaces(${PROJECT_NAME}
2827
${msg_files}

autoware_map_msgs/package.xml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<buildtool_depend>ament_cmake_auto</buildtool_depend>
1515
<buildtool_depend>rosidl_default_generators</buildtool_depend>
1616

17-
<depend>autoware_auto_mapping_msgs</depend>
1817
<depend>geometry_msgs</depend>
1918
<depend>sensor_msgs</depend>
2019
<depend>std_msgs</depend>

autoware_map_msgs/srv/GetDifferentialLanelet2Map.srv

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ int32[] vector_map_file_ids
66
std_msgs/Header header
77

88
# Newly loaded Lanelet map
9-
autoware_auto_mapping_msgs/HADMapBin differential_map
9+
autoware_map_msgs/LaneletMapBin differential_map

0 commit comments

Comments
 (0)