Skip to content

Example of communication with VREP using C++.

License

Notifications You must be signed in to change notification settings

robocin/vrep-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RoboCIMulator

This repository contains a simulator of the game of soccer Very Small Size in a simulation platform called VREP. To be able to use this software you must have installed the VREP Simulator software and also the CMake for build the application. This software contains a set of tests for testing and verify the functionality of the libs built to create the simulations. The libs are built to help you to build your own simulation are plenty documented in the .hpp files. If you want to copy paste an example and use it to build your own applications, copy the file in src/tests/test_robotagent.cpp, it will allow you to easy modify the software to insert your own agent functions. The used classes are found in src/libs and the tests in src/tests.

Running the tests:

  1. Open V-REP software
  2. Open the file 1x1.ttt
  3. Go to the folder vrep-example/
  4. Execute the command "cmake CMakeLists.txt"
  5. Execute the command make
  6. Execute ./test_agent or ./test_sim
  7. Feel free to build your own software

In this moment, for easy development use the src/tests/test_robotagent.cpp as a reference and insert your own agent software for the game.

About

Example of communication with VREP using C++.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages