Implementation of DonkeyCar's deep learning Demo for RaspberryPi
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Implementation of DonkeyCar's deep learning model on RaspberryPi using MATLAB/Simulink
MATLAB command to download and open the demo
mkdir('./donkeycar_raspi');
cd('./donkeycar_raspi');
websave('donkeycar_raspi.mdl','https://github.com/covao/DonkeyCar_Raspi_Simulink/raw/main/donkeycar_raspi.mdl');
url = 'https://github.com/autorope/donkey_datasets/raw/master/circuit_launch_20210716/';
netfile='pilot_21-08-12_7.h5';
websave(netfile,[url 'models/' netfile]);
donkeyKerasNet = importKerasNetwork(netfile); %Load pre-trained network
save donkeyKerasNet;
open('donkeycar_raspi.mdl');
Cite As
covao (2026). DonkeyCar's deep learning model for Simulink & RaspberryPi (https://github.com/covao/DonkeyCar_Raspi_Simulink/releases/tag/1.0.0), GitHub. Retrieved .
Acknowledgements
Inspired by: DonkeyCar's Dataset Replay using MATLAB/Simulink, Training Donkey Car's deep learning model in MATLAB
General Information
- Version 1.0.0 (28 KB)
-
View License on GitHub
MATLAB Release Compatibility
- Compatible with R2021b and later releases
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0 |
To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.
