Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

GroupOfRobots/MiniRysVREP

Repository files navigation

RobotSimulator

VREP simulation repo

Build

export VREP_HOME=/home/user/vrep/...

mkdir build
cd build
cmake ..
make

Run

cd build
./robot PORT LeftMotor RoghtMotor

Run tests and code coverage

cd build
cmake .. -DCMAKE_BUILD_TYPE=Debug
ctest --verbose
make test_coverage

After successful run coverage results are placed in build/coverage/index.html.