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: convert autoware_auto_msg to autoware_msg #42

Conversation

yabuta
Copy link
Contributor

@yabuta yabuta commented Jun 7, 2024

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

deviation_estimator: OK
stop_accel_evaluator: COLCON IGNORE
vehicle_cmd_analyzer: OK
parameter_estimator: OK
pitch_checker: OK
time_delay_estimator: OK

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.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

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.
  • The PR is ready for merge.

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

…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
Copy link
Contributor

@SakodaShintaro SakodaShintaro left a 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.

vehicle/parameter_estimator/package.xml Show resolved Hide resolved
control/vehicle_cmd_analyzer/package.xml Show resolved Hide resolved
@tkimura4 tkimura4 merged commit 51e56e5 into feature/add_calibration_tool Jun 11, 2024
27 of 29 checks passed
yabuta added a commit that referenced this pull request Jun 11, 2024
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants