Interface Design (AD API) #2464
Replies: 9 comments 7 replies
-
I started implementing the API prototype to help discussion of API. |
Beta Was this translation helpful? Give feedback.
-
Localization APIUnify the location initialization method to the service. The topic
DocsPRs
|
Beta Was this translation helpful? Give feedback.
-
Routing APIUnify the route setting method to the service. This API supports two waypoint formats, poses and HADMap segments. The goal and checkpoint topics from rviz is only subscribed to by adapter node and converted to API call. This API call is forwarded to the mission planner node so it can centralize the state of routing. For other nodes that require route, mission planner node publishes as /planning/mission_planning/route. DocsPRs
|
Beta Was this translation helpful? Give feedback.
-
Motion APIProvides a hook for when the vehicle starts. It is typically used for announcements that call attention to the surroundings. Add a pause function to the vehicle_cmd_gate, and API will control it based on vehicle stopped and start requested. DocsPRs |
Beta Was this translation helpful? Give feedback.
-
Operation Mode APIIntroduce operation mode. It handles DocsPRs
|
Beta Was this translation helpful? Give feedback.
-
Resource APICancelled. |
Beta Was this translation helpful? Give feedback.
-
Vehicle status API |
Beta Was this translation helpful? Give feedback.
-
Visualization API |
Beta Was this translation helpful? Give feedback.
-
I would like to initiate the discussion for the interface design of Core/Universe.
The overview of the AD stack is being discussed here, and this discussion thread would focus on the details of the Interfaces between components and API for the application.
Tier IV has prepared the initial proposal in the following pages:
Beta Was this translation helpful? Give feedback.
All reactions