You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: autoware_launch/config/planning/scenario_planning/lane_driving/motion_planning/autoware_path_optimizer/path_optimizer.param.yaml
+2-2
Original file line number
Diff line number
Diff line change
@@ -47,11 +47,11 @@
47
47
num_points: 100# number of points for optimization [-]
48
48
delta_arc_length: 1.0# delta arc length for optimization [m]
49
49
50
-
#kinematics:
50
+
kinematics:
51
51
# If this parameter is commented out, the parameter is set as below by default.
52
52
# The logic could be `optimization_center_offset = vehicle_info.wheelbase * 0.8`
53
53
# The 0.8 scale is adopted as it performed the best.
54
-
#optimization_center_offset: 2.3 # optimization center offset from base link
54
+
optimization_center_offset: 0.0# optimization center offset from base link
55
55
56
56
clearance: # clearance(distance) between vehicle and roads/objects when generating trajectory
57
57
# if collision_free_constraints.option.hard_constraint is true
0 commit comments