MRC/WallfollowerCode

From Control Systems Technology Group
Revision as of 12:13, 27 March 2020 by Jsenden (talk | contribs) (moved Embedded Motion Control/WallfollowerCode to MRC/WallfollowerCode)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The link below contains a zip-file with the wall follower code as discussed during the lecture. The aim of the code is to provide an example of a software architecture including an event loop, event queue and state machine. The code is meant as an example, and as such is not functioning flawlessly.

Compiling the code is done by going to the folder containing the toplevel CMakeLists.txt and executing:

mkdir build
cd build
cmake ..
make 
cd ../bin


Media:Wallfollowing_example.zip