Skip to content

Commit 585a84d

Browse files
committed
tmp save.
1 parent 8680662 commit 585a84d

File tree

2 files changed

+2
-36
lines changed

2 files changed

+2
-36
lines changed

evaluator/autoware_planning_evaluator/config/planning_evaluator.param.yaml

+2-5
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@
2424
- modified_goal_longitudinal_deviation
2525
- modified_goal_lateral_deviation
2626
- modified_goal_yaw_deviation
27-
28-
selected_counters:
29-
- stop_count
30-
- abnormal_stop_count
27+
- stop_decision
3128

3229
trajectory:
3330
min_point_dist_m: 0.1 # [m] minimum distance between two successive points to use for angle calculation
@@ -41,7 +38,7 @@
4138

4239
planning_factor_counters:
4340
topic_prefix: /planning/planning_factors/
44-
stop_count:
41+
stop_decision:
4542
time_threshold_s: 5.0 # [s] time threshold for a stop to be considered as the new one
4643
dist_threshold_m: 5.0 # [m] distance threshold for a stop to be considered as the new one
4744
abnormal_deceleration_threshold: 2.0 # [m/s^2] deceleration threshold for a stop to be considered as abnormal

evaluator/autoware_planning_evaluator/include/autoware/planning_evaluator/metrics_counter.hpp

-31
This file was deleted.

0 commit comments

Comments
 (0)