navigation yields velocity on Y axis
hi, all,
I am using navigation stack, move_base, for a simple navigation implementation. my base is driven by two differential wheels, and rotates using speed difference between the two driving wheels. i.e. only speed on X axis and rotational speed
from time to time, speed on Y axis is received on "cmd_vel" topic, and the base doesn't know what to do with it. how do I configure the move_base properly so that it generates velocity command that suits my robot base?
---
linear:
x: 0.105263157895
y: 0.0
z: 0.0
angular:
x: 0.0
y: 0.0
z: 0.157894736842
---
linear:
x: 0.1
***y: -0.1***
z: 0.0
angular:
x: 0.0
y: 0.0
z: 0.0