Add support for early model Roomba 400s and other robots using the original SCI protocol.
This commit is contained in:
parent
c68a308c71
commit
618956e14c
18 changed files with 675 additions and 307 deletions
|
@ -48,7 +48,7 @@ namespace create {
|
|||
std::vector<uint8_t> ids;
|
||||
|
||||
public:
|
||||
Data(RobotModel = CREATE_2);
|
||||
Data(ProtocolVersion version = V_3);
|
||||
~Data();
|
||||
|
||||
bool isValidPacketID(const uint8_t id) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue