Skip to content

Commit

Permalink
Remove autoware_mapping_msg dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Barış Zeren <[email protected]>
  • Loading branch information
StepTurtle committed Jun 23, 2024
1 parent 45bf9d6 commit 65ac783
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions autoware_map_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ set(msg_files
set(msg_dependencies
std_msgs
geometry_msgs
sensor_msgs
autoware_auto_mapping_msgs)
sensor_msgs)

rosidl_generate_interfaces(${PROJECT_NAME}
${msg_files}
Expand Down
1 change: 0 additions & 1 deletion autoware_map_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<buildtool_depend>ament_cmake_auto</buildtool_depend>
<buildtool_depend>rosidl_default_generators</buildtool_depend>

<depend>autoware_auto_mapping_msgs</depend>
<depend>geometry_msgs</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
Expand Down
2 changes: 1 addition & 1 deletion autoware_map_msgs/srv/GetDifferentialLanelet2Map.srv
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ int32[] vector_map_file_ids
std_msgs/Header header

# Newly loaded Lanelet map
autoware_auto_mapping_msgs/HADMapBin differential_map
autoware_map_msgs/LaneletMapBin differential_map

0 comments on commit 65ac783

Please sign in to comment.