We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c6e864 commit bb8e579Copy full SHA for bb8e579
autoware_launch/config/planning/scenario_planning/common/planning_validator/planning_validator.param.yaml
@@ -26,3 +26,14 @@
26
steering_rate: 10.0
27
velocity_deviation: 100.0
28
distance_deviation: 100.0
29
+ longitudinal_distance_deviation: 1.0
30
+
31
+ parameters:
32
+ # The required trajectory length is calculated as the distance needed
33
+ # to stop from the current speed at this deceleration.
34
+ forward_trajectory_length_acceleration: -3.0
35
36
+ # An error is raised if the required trajectory length is less than this distance.
37
+ # Setting it to 0 means an error will occur if even slightly exceeding the end of the path,
38
+ # therefore, a certain margin is necessary.
39
+ forward_trajectory_length_margin: 2.0
0 commit comments