See report.pdf
![report-thumb](https://private-user-images.githubusercontent.com/31547194/397126454-cea994fe-410d-4578-9f9f-772b0a8b6e68.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4ODI2MTQsIm5iZiI6MTczODg4MjMxNCwicGF0aCI6Ii8zMTU0NzE5NC8zOTcxMjY0NTQtY2VhOTk0ZmUtNDEwZC00NTc4LTlmOWYtNzcyYjBhOGI2ZTY4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDIyNTE1NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTk2MThkMDQwYTI0NWI4OTBmNjUwYzI1ZjJhNjg2NDY1MWIxNzdmN2RhMThjZGYyODhiNGQ0OWNjZGE2YjQ1YWEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.uJ_WDSo-bWIoexMdJysVGbCEL6LW6qZpmRxU5u-6ym8)
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