-
Notifications
You must be signed in to change notification settings - Fork 665
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: change planning factor behavior constants #5590
feat: change planning factor behavior constants #5590
Conversation
Signed-off-by: Takagi, Isamu <[email protected]>
Signed-off-by: Takagi, Isamu <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
After merging this PR, following line would be no longer used. |
@h-ohta Yes, I want a commit where both can be used temporarily, so I will delete it in another PR. |
output-2023-11-30_12.32.50-00.00.17.207-00.00.54.700.mp4Confirmed:
|
) * replace module type Signed-off-by: Takagi, Isamu <[email protected]> * support compatibility Signed-off-by: Takagi, Isamu <[email protected]> --------- Signed-off-by: Takagi, Isamu <[email protected]> Co-authored-by: Hiroki OTA <[email protected]>
Description
Changed the velocity/steering factor type to string for extensibility of the module. Since it is an unreleased API, I don't think it will have a big impact, but the default_ad_api package converts it to the previous type to maintain compatibility.
Related links
autowarefoundation/autoware_adapi_msgs#45
Tests performed
Notes for reviewers
None
Interface changes
autowarefoundation/autoware_adapi_msgs#45.
Effects on system behavior
None
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.
After all checkboxes are checked, anyone who has write access can merge the PR.