Skip to content

Commit

Permalink
feat(planning_launch): add new param to avoidance.param.yaml (autowar…
Browse files Browse the repository at this point in the history
…efoundation#569)

* feat(planning_launch): add new param to avoidance.param.yaml

Signed-off-by: satoshi-ota <[email protected]>

* fix(planning_launch): reorder params for readability

Signed-off-by: satoshi-ota <[email protected]>

Signed-off-by: satoshi-ota <[email protected]>
  • Loading branch information
satoshi-ota authored Dec 2, 2022
1 parent fa3ebc1 commit c746037
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,19 @@
enable_avoidance_over_same_direction: true
enable_avoidance_over_opposite_direction: true

threshold_distance_object_is_on_center: 1.0 # [m]
# For target object filtering
threshold_speed_object_is_stopped: 1.0 # [m/s]
threshold_time_object_is_moving: 1.0 # [s]

object_check_forward_distance: 150.0 # [m]
object_check_backward_distance: 2.0 # [m]

threshold_distance_object_is_on_center: 1.0 # [m]

object_check_shiftable_ratio: 0.6 # [-]
object_check_min_road_shoulder_width: 0.5 # [m]

# For lateral margin
object_envelope_buffer: 0.3 # [m]
lateral_collision_margin: 1.0 # [m]
lateral_collision_safety_buffer: 0.7 # [m]
Expand Down

0 comments on commit c746037

Please sign in to comment.