Instructions

How to Download the source code, Compile and Run it?

Prerequisites

Please follow the detail instruction on EV3 official page for installing the library, here: http://www.ev3dev.org/docs/getting-started/

Connect to the EV3 robot by ssh. If you are connection via USB, please follow this instruction: http://www.ev3dev.org/docs/tutorials/connecting-to-the-internet-via-usb/

Download source code

After connecting to the EV3:

$ git clone --recursive https://github.com/srossi93/ev3_robot

Compile

$ cd ev3_robot
$ make

Run

$ ./run [small | big]