XTDrone/motion_planning/2d/param/dwa_local_planner_params.yaml

48 lines
906 B
YAML

DWAPlannerROS:
# Robot Configuration Parameters
max_vel_x: 1.0
min_vel_x: -1.0
max_vel_y: 1.0
min_vel_y: -1.0
# The velocity when robot is moving in a straight line
max_vel_trans: 1.0
min_vel_trans: 0.01
max_vel_theta: 0.5
min_vel_theta: 0.01
acc_lim_x: 1
acc_lim_y: 1
acc_lim_theta: 1
# Goal Tolerance Parametes
xy_goal_tolerance: 0.05
yaw_goal_tolerance: 0.1
latch_xy_goal_tolerance: false
# Forward Simulation Parameters
sim_time: 2.0
vx_samples: 20
vy_samples: 20
vth_samples: 40
controller_frequency: 10.0
# Trajectory Scoring Parameters
path_distance_bias: 32.0
goal_distance_bias: 20.0
occdist_scale: 0.02
forward_point_distance: 0.325
stop_time_buffer: 0.2
scaling_speed: 0.25
max_scaling_factor: 0.2
# Oscillation Prevention Parameters
oscillation_reset_dist: 0.05
# Debugging
publish_traj_pc : true
publish_cost_grid_pc: true