iRobotEducation / irobot-edu-python-sdk

Python SDK for iRobot Edu robots (Root or Create 3)
BSD 3-Clause "New" or "Revised" License
16 stars 6 forks source link

Check robot protocol version on start #21

Closed shamlian closed 1 year ago

shamlian commented 1 year ago

Some features were added and bugs were fixed between robot/protocol versions; would be a good idea to check and issue a warning (perhaps just on connection) if the robot version is old. See issues like #20

shamlian commented 1 year ago

Going to solve the case of the ir prox command with warnings in the function (committed to 0.4.0); we can consider other functions on a case-by-case basis.