wonwon0 / ssl-refbox

RoboCup Small Size League Referee Box

Home Page:https://robocup-ssl.github.io/ssl-refbox/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ssl-refbox

RoboCup Small Size League Referee Box

install

1: clone the repro somewhere you will be able to access easily

2: enter the directory of the git repro and open a terminal there.

3: in a terminal type: ./installDeps.sh

4: create a build driectory: To do so type "mkdir build" in the terminal

5: navigate in the build directory: "cd build"

6: generate the files: "cmake .."

7: compile the project: "make"

8: to run the refbox, go back in the repro root and run ./ssl-refbox in a terminal

About

RoboCup Small Size League Referee Box

https://robocup-ssl.github.io/ssl-refbox/

License:GNU General Public License v2.0


Languages

Language:C++ 95.3%Language:Makefile 3.7%Language:CMake 0.8%Language:Shell 0.2%