This is all the code used to control the UPMars Robot as one unified repository
- Python 3
- RpiMotorLib
- pysabertooth
Install RpiMotorLib: pip install RpiMotorLib
Install pysabertooth: pip install pysabertooth
Enable serial pins on Raspberry Pi: sudo raspi-config
Start rpigpio dameon: sudo rpigpiod
python3 robot.py
This will be updated shortly.