-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create api for vehicle status #3232
Create api for vehicle status #3232
Comments
For |
Sorry for late reply, I miss the message. For the |
I created the document for vehicle status |
According to the lanelet2_extension documentation, Autoware works in a local coordinate system independent of MGRS by setting |
I forgot the API to control doors. I have three suggestions.
message:
- NONE
- CLOSE
- CLOSE
- NONE
message:
- { index: 1, command: CLOSE }
- { index: 2, command: CLOSE }
message:
- { role: GET_ON, command: CLOSE } |
Checklist
Description
Hi, currently autoware do not have any api that can monitor the vehicle status, if an user or application want to get the information, they will need to get from different topic.
I suggest to create an api that combine the vehicle status and output into 1 topic.
Purpose
Hi, I'm thinking to port the vehicle status to autoware.
https://github.com/tier4/tier4_ad_api_adaptor/tree/tier4/universe/awapi_awiv_adapter#awapivehiclegetstatus
Here will the layout
- target_velocity- target_accelerationPossible approaches
The documentation PR
autowarefoundation/autoware-documentation#312
https://autowarefoundation.github.io/autoware-documentation/pr-312/design/autoware-interfaces/ad-api/list/api/vehicle/
Definition of done
An api that combine the vehicle status and output to the user and application is created
The text was updated successfully, but these errors were encountered: