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

refactor(vehicle_info_utils)!: prefix package and namespace with autoware #7353

Merged
merged 33 commits into from
Jun 10, 2024

Conversation

satoshi-ota
Copy link
Contributor

@satoshi-ota satoshi-ota commented Jun 7, 2024

Description

vehicle_Info_util -> autoware_vehicle_info_utils

Related PR: tier4/pacmod_interface#80

Tests performed

Psim

Effects on system behavior

Nothing.

Interface changes

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.

@github-actions github-actions bot added type:documentation Creating or refining documentation. (auto-assigned) component:perception Advanced sensor data processing and environment understanding. (auto-assigned) component:sensing Data acquisition from sensors, drivers, preprocessing. (auto-assigned) component:planning Route planning, decision-making, and navigation. (auto-assigned) component:control Vehicle control algorithms and mechanisms. (auto-assigned) component:system System design and integration. (auto-assigned) component:vehicle Vehicle-specific implementations, drivers, packages. (auto-assigned) type:ci Continuous Integration (CI) processes and testing. (auto-assigned) component:launch Launch files, scripts and initialization tools. (auto-assigned) component:common Common packages from the autoware-common repository. (auto-assigned) component:simulation Virtual environment setups and simulations. (auto-assigned) component:evaluator Evaluation tools for planning, localization etc. (auto-assigned) labels Jun 7, 2024
@satoshi-ota satoshi-ota force-pushed the chore/add-prefix-viu branch from 8902735 to 7cd357e Compare June 7, 2024 04:30
@satoshi-ota satoshi-ota force-pushed the chore/add-prefix-viu branch 5 times, most recently from 5d35742 to b583276 Compare June 9, 2024 23:56
@satoshi-ota satoshi-ota marked this pull request as ready for review June 10, 2024 00:03
Signed-off-by: satoshi-ota <[email protected]>
Signed-off-by: satoshi-ota <[email protected]>
Signed-off-by: satoshi-ota <[email protected]>
Signed-off-by: satoshi-ota <[email protected]>
Signed-off-by: satoshi-ota <[email protected]>
Signed-off-by: satoshi-ota <[email protected]>
Signed-off-by: satoshi-ota <[email protected]>
@satoshi-ota satoshi-ota force-pushed the chore/add-prefix-viu branch from 4280fcc to 1ded88f Compare June 10, 2024 05:56
@satoshi-ota satoshi-ota enabled auto-merge (squash) June 10, 2024 06:18
@satoshi-ota satoshi-ota disabled auto-merge June 10, 2024 07:50
@satoshi-ota satoshi-ota merged commit ed60229 into autowarefoundation:main Jun 10, 2024
22 of 24 checks passed
@satoshi-ota satoshi-ota deleted the chore/add-prefix-viu branch June 10, 2024 07:51
KhalilSelyan pushed a commit that referenced this pull request Jul 22, 2024
…ware (#7353)

* chore(autoware_vehicle_info_utils): rename header

Signed-off-by: satoshi-ota <[email protected]>

* chore(bpp-common): vehicle info

Signed-off-by: satoshi-ota <[email protected]>

* chore(path_optimizer): vehicle info

Signed-off-by: satoshi-ota <[email protected]>

* chore(velocity_smoother): vehicle info

Signed-off-by: satoshi-ota <[email protected]>

* chore(bvp-common): vehicle info

Signed-off-by: satoshi-ota <[email protected]>

* chore(static_centerline_generator): vehicle info

Signed-off-by: satoshi-ota <[email protected]>

* chore(obstacle_cruise_planner): vehicle info

Signed-off-by: satoshi-ota <[email protected]>

* chore(obstacle_velocity_limiter): vehicle info

Signed-off-by: satoshi-ota <[email protected]>

* chore(mission_planner): vehicle info

Signed-off-by: satoshi-ota <[email protected]>

* chore(obstacle_stop_planner): vehicle info

Signed-off-by: satoshi-ota <[email protected]>

* chore(planning_validator): vehicle info

Signed-off-by: satoshi-ota <[email protected]>

* chore(surround_obstacle_checker): vehicle info

Signed-off-by: satoshi-ota <[email protected]>

* chore(goal_planner): vehicle info

Signed-off-by: satoshi-ota <[email protected]>

* chore(start_planner): vehicle info

Signed-off-by: satoshi-ota <[email protected]>

* chore(control_performance_analysis): vehicle info

Signed-off-by: satoshi-ota <[email protected]>

* chore(lane_departure_checker): vehicle info

Signed-off-by: satoshi-ota <[email protected]>

* chore(predicted_path_checker): vehicle info

Signed-off-by: satoshi-ota <[email protected]>

* chore(vehicle_cmd_gate): vehicle info

Signed-off-by: satoshi-ota <[email protected]>

* chore(obstacle_collision_checker): vehicle info

Signed-off-by: satoshi-ota <[email protected]>

* chore(operation_mode_transition_manager): vehicle info

Signed-off-by: satoshi-ota <[email protected]>

* chore(mpc): vehicle info

Signed-off-by: satoshi-ota <[email protected]>

* chore(control): vehicle info

Signed-off-by: satoshi-ota <[email protected]>

* chore(common): vehicle info

Signed-off-by: satoshi-ota <[email protected]>

* chore(perception): vehicle info

Signed-off-by: satoshi-ota <[email protected]>

* chore(evaluator): vehicle info

Signed-off-by: satoshi-ota <[email protected]>

* chore(freespace): vehicle info

Signed-off-by: satoshi-ota <[email protected]>

* chore(planning): vehicle info

Signed-off-by: satoshi-ota <[email protected]>

* chore(vehicle): vehicle info

Signed-off-by: satoshi-ota <[email protected]>

* chore(simulator): vehicle info

Signed-off-by: satoshi-ota <[email protected]>

* chore(launch): vehicle info

Signed-off-by: satoshi-ota <[email protected]>

* chore(system): vehicle info

Signed-off-by: satoshi-ota <[email protected]>

* chore(sensing): vehicle info

Signed-off-by: satoshi-ota <[email protected]>

* fix(autoware_joy_controller): remove unused deps

Signed-off-by: satoshi-ota <[email protected]>

---------

Signed-off-by: satoshi-ota <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:common Common packages from the autoware-common repository. (auto-assigned) component:control Vehicle control algorithms and mechanisms. (auto-assigned) component:evaluator Evaluation tools for planning, localization etc. (auto-assigned) component:launch Launch files, scripts and initialization tools. (auto-assigned) component:perception Advanced sensor data processing and environment understanding. (auto-assigned) component:planning Route planning, decision-making, and navigation. (auto-assigned) component:sensing Data acquisition from sensors, drivers, preprocessing. (auto-assigned) component:simulation Virtual environment setups and simulations. (auto-assigned) component:system System design and integration. (auto-assigned) component:vehicle Vehicle-specific implementations, drivers, packages. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) type:ci Continuous Integration (CI) processes and testing. (auto-assigned) type:documentation Creating or refining documentation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant