The project contains the firmware for communicating with the Nucleo and control the robot movements.Though the structure is built to be able to communicate with the embedded platform,it is not mantained anymore, the official relase being written in Python, in the Brain project.
You need to install cmake and boost library for compilation.
You need to type the following lines:
mkdir build
cd build
cmake ..
make