planner_open_space_config.pb.txt 3.5 KB
Newer Older
1 2 3 4
roi_config {
  roi_longitudinal_range: 15.0
  parking_start_range: 12.0
  parking_inwards: false
5
}
6 7 8 9 10 11
warm_start_config {
  xy_grid_resolution: 0.3
  phi_grid_resolution: 0.1
  next_node_num: 10
  step_size: 0.5
  traj_forward_penalty: 1.0
12
  traj_back_penalty: 1.0
13 14 15
  traj_gear_switch_penalty: 10.0
  traj_steer_penalty: 0.0
  traj_steer_change_penalty: 0.0
16
  grid_a_star_xy_resolution: 0.5
17
  node_radius: 0.25
18 19 20
  s_curve_config {
    acc_weight: 1.0
    jerk_weight: 0.0
H
Hongyi 已提交
21
    kappa_penalty_weight: 100.0
22 23
    ref_s_weight: 0.1
    ref_v_weight: 0.0
24
  }
25
}
26 27 28 29 30 31 32 33 34 35 36 37 38 39
dual_variable_warm_start_config {
  weight_d: 1.0
  ipopt_config {
    ipopt_print_level: 0
    mumps_mem_percent: 6000
    mumps_pivtol: 1e-06
    ipopt_max_iter: 100
    ipopt_tol: 1e-05
    ipopt_acceptable_constr_viol_tol: 0.1
    ipopt_min_hessian_perturbation: 1e-12
    ipopt_jacobian_regularization_value: 1e-07
    ipopt_print_timing_statistics: "yes"
    ipopt_alpha_for_y: "min"
    ipopt_recalc_y: "yes"
40
  }
41
  qp_format: OSQP
42
  min_safety_distance: 0.01
43
  debug_osqp: false
44
  beta: 1.0
45 46 47 48 49 50
  osqp_config {
    alpha: 1.0
    eps_abs: 1.0e-3
    eps_rel: 1.0e-3
    max_iter: 10000
    polish: true
51
    osqp_debug_log: false
52
  }
53
}
54 55 56
distance_approach_config {
  weight_steer: 0.3
  weight_a: 1.1
57
  weight_steer_rate: 2.0
58
  weight_a_rate: 2.5
59 60 61 62
  weight_x: 18.0
  weight_y: 14.0
  weight_phi: 10.0
  weight_v: 0.0
63 64
  weight_steer_stitching: 1.75
  weight_a_stitching: 3.25
65 66
  weight_first_order_time: 1.0
  weight_second_order_time: 2.0
67
  weight_end_state: 1.0
68
  weight_slack: 1.0
69
  min_safety_distance: 0.01
70 71 72 73
  max_speed_forward: 2.0
  max_speed_reverse: 1.0
  max_acceleration_forward: 2.0
  max_acceleration_reverse: 1.0
74 75
  min_time_sample_scaling: 0.5
  max_time_sample_scaling: 1.5
76 77 78 79 80 81 82 83 84 85 86 87 88
  use_fix_time: false
  ipopt_config {
    ipopt_print_level: 0
    mumps_mem_percent: 6000
    mumps_pivtol: 1e-06
    ipopt_max_iter: 1000
    ipopt_tol: 0.0001
    ipopt_acceptable_constr_viol_tol: 0.1
    ipopt_min_hessian_perturbation: 1e-12
    ipopt_jacobian_regularization_value: 1e-07
    ipopt_print_timing_statistics: "yes"
    ipopt_alpha_for_y: "min"
    ipopt_recalc_y: "yes"
89
    ipopt_mu_init: 0.1
D
deidaraho 已提交
90
  }
91
  enable_constraint_check: false
92 93
  enable_hand_derivative: false
  enable_derivative_check: false
94
  enable_initial_final_check: false
95
  distance_approach_mode: DISTANCE_APPROACH_IPOPT
96
  enable_check_initial_state: false
97
}
98 99 100 101 102 103 104 105
trajectory_partition_config {
  interpolated_pieces_num: 50
  initial_gear_check_horizon: 3
  heading_searching_range: 0.3
  gear_shift_period_duration: 2.0
  gear_shift_max_t: 3.0
  gear_shift_unit_t: 0.02
}
Q
Qi Luo 已提交
106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133
iterative_anchoring_smoother_config {
  interpolated_delta_s: 0.1
  reanchoring_trails_num: 50
  reanchoring_pos_stddev: 0.25
  reanchoring_length_stddev: 1.0
  estimate_bound: false
  default_bound: 2.0
  vehicle_shortest_dimension: 1.04
  fem_pos_deviation_smoother_config {
     weight_fem_pos_deviation: 1e8
     weight_path_length: 1.0
     weight_ref_deviation: 1e3
     apply_curvature_constraint: false
     weight_curvature_constraint_slack_var: 1e8
     curvature_constraint: 0.2
     max_iter: 500
     time_limit: 0.0
     verbose: false
     scaled_termination: true
     warm_start: true
  }
  collision_decrease_ratio: 0.9
  max_forward_v: 2.0
  max_reverse_v: 2.0
  max_forward_acc: 3.0
  max_reverse_acc: 2.0
  max_acc_jerk: 4.0
  delta_t: 0.2
134 135 136
  s_curve_config {
    acc_weight: 1.0
    jerk_weight: 1.0
H
Hongyi 已提交
137
    kappa_penalty_weight: 100.0
138 139 140
    ref_s_weight: 10.0
    ref_v_weight: 0.0
  }
Q
Qi Luo 已提交
141
}
142 143
delta_t: 0.5
is_near_destination_threshold: 0.05
144
enable_check_parallel_trajectory: false
Q
Qi Luo 已提交
145
enable_linear_interpolation: false