Skip to content

robocin/ines-2d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INES - 2D

Creation of a translation model from RoboSim to C++ using soccer simulation 2D as a case study.

Libs

Install all required dependencies

$ sudo apt-get update
$ sudo apt install build-essentials cmake libboost-all-dev

Build and execute

To build and execute the translation, run the following commands in the project root directory:

$ mkdir build
$ cd build
$ cmake ..
$ make -j$(nproc)
$ ./sim_2d_sm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published