Advertisement
SeveQ

local_planner

Sep 17th, 2013
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.45 KB | None | 0 0
  1. TrajectoryPlannerROS:
  2.   max_vel_x: 0.7
  3.   min_vel_x: 0.01
  4.   max_rotational_vel: 0.4
  5.   min_in_place_rotational_vel: 2.0
  6.   acc_lim_th: 0.5
  7.   acc_lim_x: 5.5
  8.   acc_lim_y: 0.0
  9.   escape_vel: -0.3
  10.   holonomic_robot: false
  11.   dwa: true
  12.   vx_samples: 10
  13.   sim_granularity: 0.025
  14.   meter_scoring: true
  15.   publish_cost_grid_pc: true
  16.   sim_time: 5.0
  17.   controller_frequency: 10
  18.   yaw_goal_tolerance: 0.2
  19.   xy_goal_tolerance: 0.05
  20.   latch_xy_goal_tolerance: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement