All Projects → Mavengers → DonkeyDrift

Mavengers / DonkeyDrift

Licence: GPL-3.0, MIT licenses found Licenses found GPL-3.0 LICENSE MIT LICENSE-MIT
Open-source self-driving car based on DonkeyCar and programmable chassis

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
C++
36643 projects - #6 most used programming language
shell
77523 projects
CSS
56736 projects

Projects that are alternatives of or similar to DonkeyDrift

Donkeycar
Open source hardware and software platform to build a small scale self driving car.
Stars: ✭ 2,192 (+14513.33%)
Mutual labels:  vision, self-driving-car, donkeycar
CarLens-iOS
CarLens - Recognize and Collect Cars
Stars: ✭ 124 (+726.67%)
Mutual labels:  car, vision
Deepdrive
Deepdrive is a simulator that allows anyone with a PC to push the state-of-the-art in self-driving
Stars: ✭ 628 (+4086.67%)
Mutual labels:  vision, self-driving-car
Self Driving Car
Udacity Self-Driving Car Engineer Nanodegree projects.
Stars: ✭ 2,103 (+13920%)
Mutual labels:  self-driving-car, pid-control
Autonomousdrivingcookbook
Scenarios, tutorials and demos for Autonomous Driving
Stars: ✭ 1,939 (+12826.67%)
Mutual labels:  car, self-driving-car
3d Boundingbox
PyTorch implementation for 3D Bounding Box Estimation Using Deep Learning and Geometry
Stars: ✭ 95 (+533.33%)
Mutual labels:  car, self-driving-car
pid-stm32f746
Embedded graphical interface for PID control
Stars: ✭ 29 (+93.33%)
Mutual labels:  stm32, pid-control
self-driving-car-nd
Udacity's Self-Driving Car Nanodegree project files and notes.
Stars: ✭ 50 (+233.33%)
Mutual labels:  car, self-driving-car
Self Driving Car
Automated Driving in NFS using CNN.
Stars: ✭ 105 (+600%)
Mutual labels:  car, self-driving-car
Atrial-Fibrillation-Detection-Blood-Pressure-Monitor-Oscillometric-Method-
Atrial Fibrillation Detection Blood Pressure Monitor (Oscillometric Method)
Stars: ✭ 28 (+86.67%)
Mutual labels:  stm32, pid-control
TMcuSys
🍆 STM32平台uCos与emWin练习项目。图片、音乐、视频、游戏、IAP运行器。
Stars: ✭ 25 (+66.67%)
Mutual labels:  stm32
edge-computer-vision
Edge Computer Vision Course
Stars: ✭ 41 (+173.33%)
Mutual labels:  vision
JBC SolderingStation
JBC_SolderingStation
Stars: ✭ 63 (+320%)
Mutual labels:  stm32
mlp-mixer-pytorch
An All-MLP solution for Vision, from Google AI
Stars: ✭ 771 (+5040%)
Mutual labels:  vision
STM32 USB CH341
STM32 USB simulates CH341.
Stars: ✭ 52 (+246.67%)
Mutual labels:  stm32
dig-into-apollo
Apollo notes (Apollo学习笔记) - Apollo learning notes for beginners.
Stars: ✭ 1,786 (+11806.67%)
Mutual labels:  self-driving-car
stm-ILI9341-spi
STM32 ILI9341 spi
Stars: ✭ 77 (+413.33%)
Mutual labels:  stm32
car-logos-dataset
Collection of 374 car logos images with few variations of sizes and JSON file for better usability.
Stars: ✭ 47 (+213.33%)
Mutual labels:  car
mediapipe plus
The purpose of this project is to apply mediapipe to more AI chips.
Stars: ✭ 38 (+153.33%)
Mutual labels:  vision
grbl32
CNC controller running on the STM32F103 "Blue Pill" board, build and flash on Mac/Linux
Stars: ✭ 33 (+120%)
Mutual labels:  stm32

DonkeyDrift

This is a new project from Shanghai, China, which is originally based on DonkeyCar. We have built an Arduino chassis with high performance, modified several configurations and chosen tensorflow version at 1.8.0 and donkeycar version at 2.5.1 of master branch.

Instruction

1. Reference & Tools:

https://pan.baidu.com/s/1Gl0iprFv91YLO-QGRjGgTQ

2. Clone this repository:

git clone https://github.com/Haobot/DonkeyDrift

cd DonkeyDrift/

3. Install DonkeyDrift:

activate donkey
pip install -e .

4. Create new instance:

donkey createcar ./mycar
cd  mycar/

5. Calibrate car:

donkey calibrate --channel 0
donkey calibrate --channel 1

6. Drive car:

python manage.py drive 

7. Train Model on PC or Server:

python manage.py train --tub=./data/your_tub_name --model=./models/your_model_name

8. Test Model with Unity simulators:

donkey sim --model=./models/your_model_name --type=linear

P.S. Simulators just work well on Linux and MAC now, Windows version need fixing.

9. Drive car with model for Auto Drive:

python manage.py drive --model=./models/your_model_name

Have fun!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].