Dr. Stiffler's Python3 code for the iRobot Create 2.
This code is a fork of two projects:
- The first is the pycreate2 package from Major Kevin Walchko at the US Air Force Academy
- The second is the Create2_TetheredDrive.py file that was initially provided by iRobot .
- A python3 version was later supplied by (https://edu.irobot.com/learning-library/python-tethered-driving-for-create-2) the code can be found at: https://github.com/iRobotSTEM/CreatePython
- This project uses a fork of the Python3 variant from Dr. Stiffler's repository which can be found at: https://github.com/DrR0b0tN1ck/Create2_TetheredDrive
To my knowledge, I have done my best to:
- Retain the MIT copyright from Major Walchko's project for the code that appears in the "createlib" directory.
- The copyright notice from the iRobot Corporation that appears at the top of the "Create2_TetheredDrive.py" file, now appears in the "Create2_proj.py" file.