turtlebot3_cleaner/clean_robot/param/base_local_planner_params.yaml

27 lines
483 B
YAML
Raw Permalink Normal View History

2022-03-14 12:24:35 +00:00
TrajectoryPlannerROS:
# Robot Configuration Parameters
max_vel_x: 0.18
min_vel_x: 0.08
max_vel_theta: 1.0
min_vel_theta: -1.0
min_in_place_vel_theta: 1.0
acc_lim_x: 1.0
acc_lim_y: 0.0
acc_lim_theta: 0.6
# Goal Tolerance Parameters
xy_goal_tolerance: 0.10
yaw_goal_tolerance: 0.05
# Differential-drive robot configuration
holonomic_robot: false
# Forward Simulation Parameters
sim_time: 0.8
vx_samples: 18
vtheta_samples: 20
sim_granularity: 0.05