Skip to content

Commit

Permalink
feat: add localization interface
Browse files Browse the repository at this point in the history
Signed-off-by: Shin-kyoto <[email protected]>
  • Loading branch information
Shin-kyoto committed Nov 20, 2023
1 parent 075f59e commit 4bfe501
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions docs/design/autoware-interfaces/components/perception.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ Notes:
| Point Cloud | `/sensing/lidar/concatenated/pointcloud` | [sensor_msgs/PointCloud2](https://github.com/ros2/common_interfaces/blob/humble/sensor_msgs/msg/PointCloud2.msg) | Concatenated point cloud from multiple LiDAR sources |
| Radar Object | `/sensing/radar/detected_objects` | [autoware_auto_perception_msgs/msg/DetectedObject](https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs/-/blob/master/autoware_auto_perception_msgs/msg/DetectedObject.idl) | Radar objects |

### From Localization Component

| Name | Topic | Type | Description |
| ---------------- | ------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------- |
| Vehicle Odometry | `/localization/kinematic_state` | [nav_msgs/msg/Odometry](https://github.com/ros2/common_interfaces/blob/humble/nav_msgs/msg/Odometry.msg) | Ego vehicle odometry topic |

### From API

| Name | Topic | Type | Description |
Expand Down

0 comments on commit 4bfe501

Please sign in to comment.