Robot software by team "Memristor", Novi Sad, FTN. It is developed for Eurobot competition, 2015.
##Description
Basicly this software allows programming robot's behaviour in JavaScript. It consists from two parts, firs part is platform that is written in C++ including all the necesery drivers (directory src). Second part is set of JavaScript files which describe robot's behaviour (directory strategies).
This code is ready to be cross compiled and deployed on Raspberry PI. It has several dependencies like boost, and V8. All relevant information for getting it to start working is contained in wiki pages.