Robot Simulation Architecture, in C++.
- Compiler:
- GCC version 8,
- or, Clang version 5 (not tested)
- or, MSVC 19.15 (not tested)
- Build tool:
- CMake version 3.10
./prepare.sh -j8
Temporarily bypassed by adding the dependencies to the repository as downloading from the Internet has to be made portable. To be fixed.
mkdir build
cd build
cmake ../
make -j8
In build folder, run the executable as below:
./RosaSimulator -m ../sample_maps/multiple_walls_1ball.json