XTDrone/motion_planning/param/base_local_planner_params.yaml

27 lines
479 B
YAML

TrajectoryPlannerROS:
# Robot Configuration Parameters
max_vel_x: 0.08
min_vel_x: 0.02
max_vel_theta: 0.3
min_vel_theta: -0.3
min_in_place_vel_theta: 1.0
acc_lim_x: 1.0
acc_lim_y: 0.0
acc_lim_theta: 0.3
# Goal Tolerance Parameters
xy_goal_tolerance: 0.2
yaw_goal_tolerance: 1
# Differential-drive robot configuration
holonomic_robot: false
# Forward Simulation Parameters
sim_time: 0.8
vx_samples: 18
vtheta_samples: 20
sim_granularity: 0.05