Skip to content

Commit b6030c5

Browse files
committed
update README
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
1 parent ef8d71a commit b6030c5

File tree

1 file changed

+2
-0
lines changed
  • planning/autoware_planning_validator

1 file changed

+2
-0
lines changed

planning/autoware_planning_validator/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ The following features are supported for trajectory validation and can have thre
2020
- **Distance deviation** : invalid if the ego is too far from the trajectory
2121
- **Longitudinal distance deviation** : invalid if the trajectory is too far from ego in longitudinal direction
2222
- **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
2324

2425
The following features are to be implemented.
2526

@@ -77,6 +78,7 @@ The input trajectory is detected as invalid if the index exceeds the following t
7778
| `thresholds.steering_rate` | double | invalid threshold of the steering angle rate in each trajectory point [rad/s] | 10.0 |
7879
| `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 |
7980
| `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 |
8082
| `parameters.longitudinal_distance_deviation` | double | invalid threshold of the longitudinal distance deviation between the ego position and the trajectory [m] | 2.0 |
8183

8284
#### Parameters

0 commit comments

Comments
 (0)