DonkeyCar's deep learning model for Simulink & RaspberryPi
Version 1.0.0 (28 KB) by
covao
Implementation of DonkeyCar's deep learning Demo for RaspberryPi
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 .
MATLAB Release Compatibility
Created with
R2021b
Compatible with R2021b and later releases
Platform Compatibility
Windows macOS LinuxTags
Acknowledgements
Inspired by: DonkeyCar's Dataset Replay using MATLAB/Simulink, Training Donkey Car's deep learning model in MATLAB
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 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.
