-
Notifications
You must be signed in to change notification settings - Fork 678
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(planning_test_manager): abstract message-specific functions (#9882)
* abstract message-specific functions Signed-off-by: mitukou1109 <[email protected]> * include necessary header Signed-off-by: mitukou1109 <[email protected]> * adapt velocity_smoother to new test manager Signed-off-by: mitukou1109 <[email protected]> * adapt behavior_velocity_planner to new test manager Signed-off-by: mitukou1109 <[email protected]> * adapt path_optimizer to new test manager Signed-off-by: mitukou1109 <[email protected]> * fix output subscription Signed-off-by: mitukou1109 <[email protected]> * adapt behavior_path_planner to new test manager Signed-off-by: mitukou1109 <[email protected]> * adapt scenario_selector to new test manager Signed-off-by: mitukou1109 <[email protected]> * adapt freespace_planner to new test manager Signed-off-by: mitukou1109 <[email protected]> * adapt planning_validator to new test manager Signed-off-by: mitukou1109 <[email protected]> * adapt obstacle_stop_planner to new test manager Signed-off-by: mitukou1109 <[email protected]> * adapt obstacle_cruise_planner to new test manager Signed-off-by: mitukou1109 <[email protected]> * disable test for freespace_planner Signed-off-by: mitukou1109 <[email protected]> * adapt behavior_velocity_crosswalk_module to new test manager Signed-off-by: mitukou1109 <[email protected]> * adapt behavior_path_lane_change_module to new test manager Signed-off-by: mitukou1109 <[email protected]> * adapt behavior_path_avoidance_by_lane_change_module to new test manager Signed-off-by: mitukou1109 <[email protected]> * adapt behavior_path_dynamic_obstacle_avoidance_module to new test manager Signed-off-by: mitukou1109 <[email protected]> * adapt behavior_path_external_request_lane_change_module to new test manager Signed-off-by: mitukou1109 <[email protected]> * adapt behavior_path_side_shift_module to new test manager Signed-off-by: mitukou1109 <[email protected]> * adapt behavior_path_static_obstacle_avoidance_module to new test manager Signed-off-by: mitukou1109 <[email protected]> * adapt path_smoother to new test manager Signed-off-by: mitukou1109 <[email protected]> * adapt behavior_velocity_blind_spot_module to new test manager Signed-off-by: mitukou1109 <[email protected]> * adapt behavior_velocity_detection_area_module to new test manager Signed-off-by: mitukou1109 <[email protected]> * adapt behavior_velocity_intersection_module to new test manager Signed-off-by: mitukou1109 <[email protected]> * adapt behavior_velocity_no_stopping_area_module to new test manager Signed-off-by: mitukou1109 <[email protected]> * adapt behavior_velocity_run_out_module to new test manager Signed-off-by: mitukou1109 <[email protected]> * adapt behavior_velocity_stop_line_module to new test manager Signed-off-by: mitukou1109 <[email protected]> * adapt behavior_velocity_traffic_light_module to new test manager Signed-off-by: mitukou1109 <[email protected]> * adapt behavior_velocity_virtual_traffic_light_module to new test manager Signed-off-by: mitukou1109 <[email protected]> * adapt behavior_velocity_walkway_module to new test manager Signed-off-by: mitukou1109 <[email protected]> * adapt motion_velocity_planner_node_universe to new test manager Signed-off-by: mitukou1109 <[email protected]> * include necessary headers Signed-off-by: mitukou1109 <[email protected]> * Odometries -> Odometry Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: mitukou1109 <[email protected]> Signed-off-by: Takayuki Murooka <[email protected]> Co-authored-by: Takayuki Murooka <[email protected]>
- Loading branch information
1 parent
8f461ce
commit 17927bf
Showing
31 changed files
with
635 additions
and
833 deletions.
There are no files selected for viewing
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.