Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
update param
Browse files Browse the repository at this point in the history
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
  • Loading branch information
takayuki5168 committed Sep 4, 2022
1 parent 2810bf1 commit 7fb8aef
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@
# mpt param
mpt:
option:
steer_limit_constraint: false # true
steer_limit_constraint: true
fix_points_around_ego: true
plan_from_ego: true
max_plan_from_ego_length: 10.0
visualize_sampling_num: 1
enable_manual_warm_start: true
enable_warm_start: true # false
is_fixed_point_single: true
is_fixed_point_single: false

common:
num_curvature_sampling_points: 5 # number of sampling points when calculating curvature
Expand All @@ -79,7 +79,7 @@
replan:
max_path_shape_change_dist: 0.3 # threshold of path shape change from behavior path [m]
max_ego_moving_dist_for_replan: 3.0 # threshold of ego's moving distance for replan [m]
max_delta_time_sec_for_replan: 0.0 # 1.0 # threshold of delta time for replan [second]
max_delta_time_sec_for_replan: 1.0 # threshold of delta time for replan [second]

# advanced parameters to improve performance as much as possible
advanced:
Expand Down Expand Up @@ -139,7 +139,7 @@
# two_step_soft_constraint: false

vehicle_circles:
method: "bicycle_model"
method: "rear_drive"

uniform_circle:
num: 3
Expand Down

0 comments on commit 7fb8aef

Please sign in to comment.