See report.pdf
demo.mp4
- The
matlab
folder contains the Simulink and Matlab files required for design, tuning and simulation.- The main code simulation is run by
workspace.m
, which refers to the modelfinal_robot_model.slx
- The file
get_ref.m
is the reference generator
- The main code simulation is run by
- The C++ code is instead contained in the
basebot
folder.- The main is
src/basebot_6.ino
- Other files are in
src/utils/
- The main is