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

feat(autoware_adapi_v1_msgs): add motion api message #11

Merged

Conversation

isamu-takagi
Copy link
Collaborator

@isamu-takagi isamu-takagi commented Sep 20, 2022

Signed-off-by: Takagi, Isamu isamu.takagi@tier4.jp

Description

Add the messages for motion API.
https://autowarefoundation.github.io/autoware-documentation/main/design/autoware-interfaces/ad-api/list/api/motion/

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
@isamu-takagi isamu-takagi self-assigned this Sep 20, 2022
@isamu-takagi isamu-takagi changed the title feat(autoware_adapi_v1_msgs): add motion messages feat(autoware_adapi_v1_msgs): add motion api message Sep 20, 2022
@@ -16,6 +16,8 @@ rosidl_generate_interfaces(${PROJECT_NAME}
routing/srv/ClearRoute.srv
routing/srv/SetRoute.srv
routing/srv/SetRoutePoints.srv
motion/msg/MotionState.msg
motion/srv/AcceptStart.srv
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Considering IsDepartureRequested is used, I feel AcceptDeparture is better.
If you have a strong opinion on this, it's fine. I'll leave it to you.
tier4/tier4_autoware_msgs#53

Or is it a different concept?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AcceptStart means vehicle departure and resume from any stop such as stop sign or traffic signal. IsDepartureRequested is simply indicates that the speed of the command is greater than 0. After asking some people, I found that departure is not suitable for this situation, so I rename IsDepartureRequested to IsStartRequested.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I understand. Thank you for your consideration.
cc @maxime-clem

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@isamu-takagi isamu-takagi merged commit 6ff9b7b into autowarefoundation:main Sep 21, 2022
@isamu-takagi isamu-takagi deleted the feature/motion-messages branch September 21, 2022 02:00
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

Successfully merging this pull request may close these issues.

2 participants