-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Labels
Description
I have a 400 series Roomba, and I wanted to see if it had the same odometry problems as the Create, only to discover that libcreate does not work with it at all. The reason for this is that the 400 series implements an older version of the protocol, which does not support the "Stream" command. This is obviously not a simple bug to fix, as it would require significant changes to how libcreate operates.
On the other hand, the "angle" sensor field is implemented differently than on the Create 1, and there is a good chance that it does not have the same problems.