You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: planning/autoware_planning_validator/README.md
+2
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ The following features are supported for trajectory validation and can have thre
20
20
-**Distance deviation** : invalid if the ego is too far from the trajectory
21
21
-**Longitudinal distance deviation** : invalid if the trajectory is too far from ego in longitudinal direction
22
22
-**Forward trajectory length** : invalid if the trajectory length is not enough to stop within a given deceleration
23
+
-**Yaw difference** : invalid if the difference between the ego yaw and closest trajectory yaw is too large
23
24
24
25
The following features are to be implemented.
25
26
@@ -77,6 +78,7 @@ The input trajectory is detected as invalid if the index exceeds the following t
77
78
|`thresholds.steering_rate`| double | invalid threshold of the steering angle rate in each trajectory point [rad/s]| 10.0 |
78
79
|`thresholds.velocity_deviation`| double | invalid threshold of the velocity deviation between the ego velocity and the trajectory point closest to ego [m/s]| 100.0 |
79
80
|`thresholds.distance_deviation`| double | invalid threshold of the distance deviation between the ego position and the trajectory point closest to ego [m]| 100.0 |
81
+
|`thresholds.yaw_deviation`| double | invalid threshold of the difference between the ego yaw and the closest trajectory yaw [rad]| 1.5708 |
80
82
|`parameters.longitudinal_distance_deviation`| double | invalid threshold of the longitudinal distance deviation between the ego position and the trajectory [m]| 2.0 |
0 commit comments