-
Notifications
You must be signed in to change notification settings - Fork 6
Description
I was using your libary for create2 and found it very usefull. Thanks!
But I was having some errors and after sending commands via Arduino to the robot directly, they disappeared. So I assume it's a bug in the libary code, even though I couldn't locate it.
The problems occur only sometimes. Without changing anything in the code or the setup, they just happen.
- Roomba doesn´t drive straight but slightly turns to the left. Next time I turn it on, it drives perfectly straight as I wish. Same code, nothing changed.
- Sometimes it takes longer for roomba to make a full turn.
- Sometimes it plays the programmed songs nicely and the next time a note freezes while playing. Than the song stops and the next song isn’t played at all. (maybe a problem in the calculation of the songnotes?)
Until now I didn't ran into these problems when sending the commands directly.
(I was using serial with your libary now I'm using soft serial, maybe this could be part of the problem as well?)
I posted the problem together with my code and a video on stackexchange:
https://robotics.stackexchange.com/questions/21128/irobot-create-2-random-changes-in-driving-speed
I hope this is the right place to post comments and field reports - I'm new to github.
Best
Sebastian