You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: autoware_map_msgs/README.md
+5
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,11 @@ The message contains a pointcloud data attached with an ID.
12
12
13
13
The message contains a pointcloud meta data attached with an ID. These IDs are intended to be used as a query for selected PCD map loading (see `GetSelectedPointCloudMap.srv` section).
14
14
15
+
## MapProjectorInfo.msg
16
+
17
+
The message contains the information required to project global coordinates to local coordinates used by Autoware, which includes the name of the projection method and the parameters for the projection.
18
+
For further information, please refer to the readme of [map_projection_loader](https://github.com/autowarefoundation/autoware.universe/blob/main/map/autoware_map_projection_loader/README.md) in Autoware Universe.
19
+
15
20
## GetPartialPointCloudMap.srv
16
21
17
22
Given an area query (`AreaInfo`), the response is expected to contain the PCD maps (each of which attached with unique ID) whose area overlaps with the query.
0 commit comments