Advertisement
SeveQ

20131026_dwa_local_planner

Oct 26th, 2013
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.79 KB | None | 0 0
  1. ---
  2. DWAPlannerROS:
  3.   acc_lim_theta: 3.2
  4.   acc_lim_x: 1.5
  5.   acc_lim_y: 0.0
  6.   acc_limit_trans: 0.1
  7.   angular_sim_granularity: 0.1
  8.   forward_point_distance: 0.325
  9.   goal_distance_bias: 24.0
  10.   max_rot_vel: 0.3
  11.   max_scaling_factor: 0.2
  12.   max_trans_vel: 0.5
  13.   max_vel_x: 2.0
  14.   max_vel_y: 0.0
  15.   min_rot_vel: 0.01
  16.   min_trans_vel: 0.01
  17.   min_vel_x: -2.0
  18.   min_vel_y: 0.0
  19.   occdist_scale: 0.01
  20.   oscillation_reset_angle: 0.2
  21.   oscillation_reset_dist: 0.05
  22.   path_distance_bias: 32.0
  23.   prune_plan: false
  24.   restore_defaults: false
  25.   rot_stopped_vel: 0.1
  26.   scaling_speed: 0.25
  27.   sim_granularity: 0.025
  28.   sim_time: 1.7
  29.   stop_time_buffer: 0.2
  30.   trans_stopped_vel: 0.1
  31.   use_dwa: true
  32.   vth_samples: 20
  33.   vx_samples: 3
  34.   vy_samples: 10
  35.   xy_goal_tolerance: 0.1
  36.   yaw_goal_tolerance: 0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement