This project is a basic framework using the library Robocup ULaval Engine (RuleSSL)
Follow the instructions to install the RuleSSL library
git clone https://github.com/RoboCupULaval/RulFramework.git
cd RulFramework
mkdir build && cd build
cmake ..
make