Quasiboto donkeycar fork: a python self driving library version for the Quasiboto Open Source Robot Platform using differential/tank steering.
Donkeycar is minimalist and modular self driving library for Python. It is developed for hobbyists and students with a focus on allowing fast experimentation and easy community contributions.
- Make an Quasiboto Robot drive its self.
- Compete in self driving races like DIY Robocars
- Experiment with autopilots, mapping computer vision and neural networks.
- Log sensor data. (images, user inputs, sensor readings)
- Drive your Quasiboto Robot via a web or game controller.
- Leverage community contributed driving data.
- Customize your Quasiboto robot from the Open Source project.
After building a Quasiboto robot you can turn on your car and go to http://localhost:8887 to drive.
Quasiboto is controlled by running a sequence of events
Quasiboto setup is the same as for the original donkeycar but the steps are repeated here.
- Step1
- Step2
- Step3
- Step4
- Step5
See home page, docs or join the Slack channel to learn more.