MRC/WallfollowerCode: Difference between revisions

From Control Systems Technology Group
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
The link below contains a zip-file with the wall follower code as discussed during the lecture.  
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 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 flawless.  
The code is meant as an example, and as such is not functioning flawless.  

Revision as of 16:53, 14 May 2018

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 flawless.

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



Media:Example_code_wallfollower.zip