All,<br><br>I'm working on driving a wheelchair with the navigation stack. When using the base local planner I've noticed that the path between two waypoints is not straight even if there are no obstacles between them. Also, the robot oscillates around the path, even with the path_distance_bias set very high and doesn't settle and follow the path. We are not moving very quickly and I figure I must be doing something wrong. Anyone have any ideas?<br>
<br>I'm using C-turtle<br><br>base_local_planner_parameters.yaml:<br>TrajectoryPlannerROS:<br>  max_vel_x: 0.45<br>  min_vel_x: 0.2<br>  max_rotational_vel: 0.6<br>  min_in_place_rotational_vel: 0.1<br>  backup_vel: -0.4<br>
<br>  acc_lim_th: 0.5<br>  acc_lim_x: 0.3<br>  acc_lim_y: 2.5<br><br>  holonomic_robot: false<br><br>  yaw_goal_tolerance: 7.0<br>  xy_goal_tolerance: 0.8<br>  path_distance_bias: 5.0<br>  goal_distance_bias: 0.1<br>  heading_lookahead: 1.0<br>
  heading_scoring: false<br>  dwa: false<br>  oscillation_reset_dist: 0.05<br><br>  sim_time: 3.0<br>  vx_samples: 3<br>  vtheta_samples: 40<br><br>Thanks for your help,<br><br>Mike Sands<br>