robot(diffrential wheel drive) plans the correct path, but the cmd_vel given is wrong as it contains(x and y components)
I am using a custom robot ,in which gmapping,keyboard teleop.launch works perfectly .When the movebase.launch and a 2 d goal is given the robot moves in a random path and the cmdvel has both x and y components ,but it should have only x direction as it is a diffrential wheel drive.any extra information can be uploaded.
Asked by akshayantony123 on 2019-11-28 07:07:33 UTC
Comments
Possibly a configuration issue. There should be a line in your local planner YAML file that says something to effect of "holonomic_robot: false"
A holonomic robot can be given non-zero Y values in the TWIST/CMD_VEL message.
Asked by billy on 2019-12-01 22:09:55 UTC