DonkeyCar's deep learning model for Simulink & RaspberryPi

Implementation of DonkeyCar's deep learning Demo for RaspberryPi

https://github.com/covao/DonkeyCar_Raspi_Simulink

You are now following this Submission

View DonkeyCar's deep learning model for Simulink & RaspberryPi on File Exchange

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 .

General Information

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.