Skip to content
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 information #3226

Closed
4 of 5 tasks
isamu-takagi opened this issue Jan 25, 2023 · 1 comment
Closed
4 of 5 tasks

Create api for vehicle information #3226

isamu-takagi opened this issue Jan 25, 2023 · 1 comment
Assignees

Comments

@isamu-takagi
Copy link
Contributor

isamu-takagi commented Jan 25, 2023

Checklist

  • I've read the contribution guidelines.
  • I've searched other issues and no duplicate issues were found.
  • I've agreed with the maintainers that I can plan this task.

Description

Now Autoware doesn't have a vehicle information API. This API will be used by the application to get such as door layouts and operating time related to vehicle status.

Purpose

Clarify the interface for vehicle information.

Possible approaches

Define these interfaces.

  • door layout
  • energy level
  • max tire angle
  • wheelbase

Door layout

Door status will be provided in vehicle status API. This API provides the following information.

  • number of doors
  • name of each door
  • pose of each door
  • size of each door

Energy level

Energy levels will be provided as a percentage in vehicle status API. This API provides the following information, and the application can estimate the remaining operating time with vehicle status.

  • energy type (e.g. battery, fuel)
  • max value and unit (e.g. 10 [J], 10 [Wh], 10 [L])
  • approximate operation time
  • approximate driving distance

Definition of done

  • Create specification.
  • Create default implementation.
@isamu-takagi
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants