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
| Inverse velocity: Measured velocity has a different sign from the target velocity. | measured velocity $v$, target velocity $\hat{v}$, and threshold velocity parameter $k$ | $v\hat{v}<0,~\|v\|>k $ |`checkValidVelocityDeviation()`|
-**Deviation check between reference trajectory and predicted trajectory** : invalid when the largest deviation between the predicted trajectory and reference trajectory is greater than the given threshold.
|`thresholds.max_distance_deviation`| double | invalid threshold of the max distance deviation between the predicted path and the reference trajectory [m]| 1.0 |
|`thresholds.max_distance_deviation`| double | invalid threshold of the max distance deviation between the predicted path and the reference trajectory [m]| 1.0 |
62
+
|`thresholds.max_reverse_velocity`| double | threshold velocity to valid the vehicle velocity [m/s]| WIP |
63
+
|`thresholds.max_over_velocity_ratio`| double | threshold ratio to valid the vehicle velocity [*]| WIP |
0 commit comments