-
Notifications
You must be signed in to change notification settings - Fork 659
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(vehicle_info_utils)!: prefix package and namespace with auto…
…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]>
- Loading branch information
1 parent
badc3e7
commit ed60229
Showing
194 changed files
with
350 additions
and
338 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -248,6 +248,7 @@ vehicle/accel_brake_map_calibrator/** [email protected] takeshi.miura@tier4. | |
vehicle/autoware_steer_offset_estimator/** [email protected] | ||
vehicle/external_cmd_converter/** [email protected] | ||
vehicle/raw_vehicle_cmd_converter/** [email protected] [email protected] [email protected] | ||
vehicle/vehicle_info_util/** [email protected] [email protected] [email protected] | ||
vehicle/autoware_steer_offset_estimator/** [email protected] | ||
vehicle/autoware_vehicle_info_utils/** [email protected] [email protected] [email protected] | ||
|
||
### Copied from .github/CODEOWNERS-manual ### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.