Skip to content

Commit a934685

Browse files
authored
docs(planning_validator): add unit (#4126)
Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
1 parent 879a837 commit a934685

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

planning/planning_validator/README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ The following parameters can be set for the `planning_validator`:
6363

6464
The input trajectory is detected as invalid if the index exceeds the following thresholds.
6565

66-
| Name | Type | Description | Default value |
67-
| :-------------------------------- | :----- | :------------------------------------------------------------------------------------------------------------ | :------------ |
68-
| `thresholds.interval` | double | invalid threshold of the distance of two neighboring trajectory points | 100.0 |
69-
| `thresholds.relative_angle` | double | invalid threshold of the relative angle of two neighboring trajectory points | 2.0 |
70-
| `thresholds.curvature` | double | invalid threshold of the curvature in each trajectory point | 1.0 |
71-
| `thresholds.lateral_acc` | double | invalid threshold of the lateral acceleration in each trajectory point | 9.8 |
72-
| `thresholds.longitudinal_max_acc` | double | invalid threshold of the maximum longitudinal acceleration in each trajectory point | 9.8 |
73-
| `thresholds.longitudinal_min_acc` | double | invalid threshold of the minimum longitudinal deceleration in each trajectory point | -9.8 |
74-
| `thresholds.steering` | double | invalid threshold of the steering angle in each trajectory point | 1.414 |
75-
| `thresholds.steering_rate` | double | invalid threshold of the steering angle rate in each trajectory point | 10.0 |
76-
| `thresholds.velocity_deviation` | double | invalid threshold of the velocity deviation between the ego velocity and the trajectory point closest to ego. | 100.0 |
77-
| `thresholds.distance_deviation` | double | invalid threshold of the distance deviation between the ego position and the trajectory point closest to ego. | 100.0 |
66+
| Name | Type | Description | Default value |
67+
| :-------------------------------- | :----- | :----------------------------------------------------------------------------------------------------------------- | :------------ |
68+
| `thresholds.interval` | double | invalid threshold of the distance of two neighboring trajectory points [m] | 100.0 |
69+
| `thresholds.relative_angle` | double | invalid threshold of the relative angle of two neighboring trajectory points [rad] | 2.0 |
70+
| `thresholds.curvature` | double | invalid threshold of the curvature in each trajectory point [1/m] | 1.0 |
71+
| `thresholds.lateral_acc` | double | invalid threshold of the lateral acceleration in each trajectory point [m/ss] | 9.8 |
72+
| `thresholds.longitudinal_max_acc` | double | invalid threshold of the maximum longitudinal acceleration in each trajectory point [m/ss] | 9.8 |
73+
| `thresholds.longitudinal_min_acc` | double | invalid threshold of the minimum longitudinal deceleration in each trajectory point [m/ss] | -9.8 |
74+
| `thresholds.steering` | double | invalid threshold of the steering angle in each trajectory point [rad] | 1.414 |
75+
| `thresholds.steering_rate` | double | invalid threshold of the steering angle rate in each trajectory point [rad/s] | 10.0 |
76+
| `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 |
77+
| `thresholds.distance_deviation` | double | invalid threshold of the distance deviation between the ego position and the trajectory point closest to ego [m] | 100.0 |

0 commit comments

Comments
 (0)