-
Notifications
You must be signed in to change notification settings - Fork 34
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: convert autoware_auto_msg to autoware_msg #42
feat: convert autoware_auto_msg to autoware_msg #42
Conversation
…nto feat/delete_autoware_auto_msg_for_calibration_tool
…ndation/autoware_tools into feat/delete_autoware_auto_msg_for_calibration_tool
…github.com:autowarefoundation/autoware_tools into feat/delete_autoware_auto_msg_for_calibration_tool
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.
Basically, I think there's no problem. Especially localization/deviation_estimator is fine.
As I mentioned in the two comments, you need to make some changes to follow the package name change, but it might be better to fix it in the original branch after merging this pull request into the original branch.
51e56e5
into
feature/add_calibration_tool
* add vehicle control localization tools * style(pre-commit): autofix * fix pre commit * Fix to pass cspell about localization Signed-off-by: Shintaro Sakoda <[email protected]> * ignore words from spellcheck * ROS2 -> ROS 2 * feat: convert autoware_auto_msg to autoware_msg (#42) * merge * delete autoware_auto * style(pre-commit): autofix --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * add prefix to vehicle_info_utils Signed-off-by: tomoya.kimura <[email protected]> * style(pre-commit): autofix * fix: add s to VehicleInfoUtil Signed-off-by: tomoya.kimura <[email protected]> * fix --------- Signed-off-by: Shintaro Sakoda <[email protected]> Signed-off-by: tomoya.kimura <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Shintaro Sakoda <[email protected]> Co-authored-by: SakodaShintaro <[email protected]> Co-authored-by: tomoya.kimura <[email protected]>
Description
According this discussion, autoware_auto_msgs is converted to autoware_msgs.
I fix autoware_auto_msgs in calibration tool.
Related links
Tests performed
I checked colconb build is success and tools launch test.
While stop_accel_evaluator is mentenance now, only build check
Notes for reviewers
@SakodaShintaro Please check deviation_estimator.
Interface changes
Effects on system behavior
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.