Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 31, 2024
1 parent cc5fdd1 commit 6977d79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions autoware_map_msgs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ The message contains a pointcloud meta data attached with an ID. These IDs are i
The message contains the information required to project global coordinates to local coodraintes used by Autoware, which includes the name of the projection method and the parameters for the projection.

Check warning on line 17 in autoware_map_msgs/README.md

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (coodraintes)
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.


## GetPartialPointCloudMap.srv

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.
Expand All @@ -43,4 +42,3 @@ Let $X_0$ be a set of PCD map ID that the client node has, $X_1$ be a set of PCD
## GetSelectedPointCloudMap.srv

Given IDs query, the response is expected to contain the PCD maps (each of which attached with unique ID) specified by query. Before using this interface, the client is expected to receive the `PointCloudMapCellMetaDataWithID.msg` metadata to retrieve information about IDs.

2 changes: 1 addition & 1 deletion autoware_map_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<buildtool_depend>ament_cmake_auto</buildtool_depend>
<buildtool_depend>rosidl_default_generators</buildtool_depend>

<depend>geometry_msgs</depend>
<depend>geographic_msgs</depend>
<depend>geometry_msgs</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>

Expand Down

0 comments on commit 6977d79

Please sign in to comment.