Hi,
I am using the Roombacomm Java library to program the Roomba Create
(
http://hackingroomba.com/code/roombacomm/).
I am facing a straing problem with programming the Roomba create to
move forward. Whenever I ask it to move x mm forward it seems to move
only x-50mm forward. However when I ask it to move x mm backward it
does so correctly.
Besdies this, the obstacle detection using bump(), bumpLeft() and
bumpRight() do not seem to work for me.
Any suggestions ?
also is using the autoupdate feature in the RoombaComm constructor a
good option to measure the distance moved by odometry ?
M