-
Notifications
You must be signed in to change notification settings - Fork 668
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tier4_metric_msgs): apply tier4_metric_msgs for scenario_simulat…
…or_v2_adapter, control_evaluator, planning_evaluator, autonomous_emergency_braking, obstacle_cruise_planner, motion_velocity_planner, processing_time_checker (#9180) * first commit Signed-off-by: xtk8532704 <[email protected]> * fix building errs. Signed-off-by: xtk8532704 <[email protected]> * change diagnostic messages to metric messages for publishing decision. Signed-off-by: xtk8532704 <[email protected]> * fix bug about motion_velocity_planner Signed-off-by: xtk8532704 <[email protected]> * change the diagnostic msg to metric msg in autoware_obstacle_cruise_planner. Signed-off-by: xtk8532704 <[email protected]> * tmp save for planning_evaluator Signed-off-by: xtk8532704 <[email protected]> * change the topic to which metrics published to. Signed-off-by: xtk8532704 <[email protected]> * fix typo. Signed-off-by: xtk8532704 <[email protected]> * remove unnesessary publishing of metrics. Signed-off-by: xtk8532704 <[email protected]> * mke planning_evaluator publish msg of MetricArray instead of Diags. Signed-off-by: xtk8532704 <[email protected]> * update aeb with metric type for decision. Signed-off-by: xtk8532704 <[email protected]> * fix some bug Signed-off-by: xtk8532704 <[email protected]> * remove autoware_evaluator_utils package. Signed-off-by: xtk8532704 <[email protected]> * remove diagnostic_msgs dependency of planning_evaluator Signed-off-by: xtk8532704 <[email protected]> * use metric_msgs for autoware_processing_time_checker. Signed-off-by: xtk8532704 <[email protected]> * rewrite diagnostic_convertor to scenario_simulator_v2_adapter, supporting metric_msgs. Signed-off-by: xtk8532704 <[email protected]> * pre-commit and fix typo Signed-off-by: xtk8532704 <[email protected]> * publish metrics even if there is no metric in the MetricArray. Signed-off-by: xtk8532704 <[email protected]> * modify the metric name of processing_time. Signed-off-by: xtk8532704 <[email protected]> * update unit test for test_planning/control_evaluator Signed-off-by: xtk8532704 <[email protected]> * manual pre-commit Signed-off-by: xtk8532704 <[email protected]> --------- Signed-off-by: xtk8532704 <[email protected]>
- Loading branch information
1 parent
8652963
commit 5cd47a7
Showing
51 changed files
with
687 additions
and
1,005 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 |
---|---|---|
|
@@ -64,7 +64,7 @@ control/predicted_path_checker/** [email protected] | |
evaluator/autoware_control_evaluator/** [email protected] [email protected] [email protected] [email protected] | ||
evaluator/autoware_evaluator_utils/** [email protected] [email protected] | ||
evaluator/autoware_planning_evaluator/** [email protected] [email protected] | ||
evaluator/diagnostic_converter/** [email protected] [email protected] [email protected] | ||
evaluator/scenario_simulator_v2_adapter/** [email protected] [email protected] [email protected] | ||
evaluator/kinematic_evaluator/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] | ||
evaluator/localization_evaluator/** [email protected] [email protected] | ||
evaluator/perception_online_evaluator/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] | ||
|
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.