Odometer Code
hello,
I'm implementing Odometer in the navigation stack using this:
http://wiki.ros.org/navigation/Tutori...
What I understood is that in order to make this code really work on my robot then i'll have to change some stuff.
for example:
16 double vx = 0.1;
17 double vy = -0.1;
18 double vth = 0.1;
I changed those values manually because i dont have a driver. I got help from this:
http://www.geology.smu.edu/~dpa-www/r...
However, my question is what else should i change?
thank you,