Skip to content

Commit

Permalink
Merge pull request #76 from tier4/sync-awf-upstream
Browse files Browse the repository at this point in the history
chore: sync awf/autoware_launch
  • Loading branch information
tier4-autoware-public-bot[bot] authored Apr 24, 2023
2 parents 45776a4 + 6628498 commit 3fe77bf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
# detection range
object_check_force_avoidance_clearance: 30.0 # [m]
object_check_forward_distance: 150.0 # [m]
object_check_backward_distance: 2.0 # [m]
object_check_backward_distance: 100.0 # [m]
object_check_goal_distance: 20.0 # [m]
# filtering parking objects
threshold_distance_object_is_on_center: 1.0 # [m]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
prepare_duration: 4.0 # [s]

minimum_prepare_length: 10.0 # [m]
minimum_lane_changing_length: 16.5 # [m]
backward_length_buffer_for_end_of_lane: 3.0 # [m]
lane_change_finish_judge_buffer: 2.0 # [m]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
# replanning & trimming trajectory param outside algorithm
replan:
max_path_shape_around_ego_lat_dist: 2.0 # threshold of path shape change around ego [m]
max_path_shape_forward_lon_dist: 100.0 # forward point to check lateral distance difference [m]
max_path_shape_forward_lat_dist: 0.1 # threshold of path shape change around forward point [m]
max_ego_moving_dist: 5.0 # threshold of ego's moving distance for replan [m]
# make max_goal_moving_dist long to keep start point fixed for pull over
max_goal_moving_dist: 15.0 # threshold of goal's moving distance for replan [m]
Expand Down Expand Up @@ -102,6 +104,7 @@

# avoidance
avoidance:
max_bound_fixing_time: 3.0 # [s]
max_longitudinal_margin_for_bound_violation: 1.0 # [m]
max_avoidance_cost: 0.5 # [m]
avoidance_cost_margin: 0.0 # [m]
Expand Down
1 change: 1 addition & 0 deletions autoware_launch/rviz/autoware.rviz
Original file line number Diff line number Diff line change
Expand Up @@ -2075,6 +2075,7 @@ Visualization Manager:
Color: 255; 255; 255
Constant Color: true
Value: true
Constant Width: true
Width: 0.05000000074505806
View Velocity:
Alpha: 1
Expand Down

0 comments on commit 3fe77bf

Please sign in to comment.