navigation
navigation copied to clipboard
Command velocity is given by navigation stack in y direction even though I have set min and max velocity 0.
I am using kinetic version of ROS in Ubuntu 16.04. In navigation I am using DWAPlannerROS approach and set acc_lim_y: 0, max_vel_y: 0, min_vel_y: 0 also set holonomic_robot: false in my .yaml configuration file. Still move_base package send command for y in some scenario. I am not able to understand this behaviour why this is happening.
I once observed exactly the same problem, and the cause for it was that the y-velocity component in the odometry was not zero.
@ChristofDubs I am running gazebo simulation of my robot. I havn't try it on real robot.