Skip to content

Commit bb8e579

Browse files
authored
fix(planning_validator): add missing params (autowarefoundation#876)
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
1 parent 6c6e864 commit bb8e579

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

autoware_launch/config/planning/scenario_planning/common/planning_validator/planning_validator.param.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,14 @@
2626
steering_rate: 10.0
2727
velocity_deviation: 100.0
2828
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

Comments
 (0)