What are you Looking for?
Robocup Junior Rescue Simulation Platform
E: Email:
In order to have a better understanding of how the installation and running are performed, we have provided a demo. Please have a look at the following video:
Approach 1: Using Applications
Approach 2: Using Scripts
clear
application or clear.sh
script before each run.
In order to make the setup process easier, some applications and scripts are created. You can choose using applications or scripts .The Applications will be run by duoble clicking on them and you can find the current running application list on the mac’s top menu.
You can close these applications using a ‘close’ icon near them.
Download the installer Application .
The teams should use the client to control the robot and the server is responsible for other things prepared by the technical committee.
Remember to Stop the CoppeliaSim Simulator (by the CoppeliaSim Stop bottom) & Play again (by the CoppeliaSim Start bottom) before starting a new Run.
1. Double click on the "run2_client1" application 2. Double click on the "run2_server" application (They can be found in "simplus_vrep/easy_setup/mac" directory)
This video tutorial covers the full process of install and run the server. If you are using mac or Ubuntu please skip the Cygwin installation process and take a look at Installation section. Also, It should be mention that after running the compilation script in ubuntu or mac, the player.dll will be replaced with player.dylib in mac and player.so in ubuntu.
The compilation process can be done using the provided script files which could be found in the easy_setup folder depending on your current OS.
Double click on the "compile_cpp" application (They can be found in "simplus_vrep/easy_setup/mac" directory)
The C/C++ client can be ran using the provided scripts which could be found in the easy_setup folder depending on your current OS.
1. Double click on the "run2_client_cpp" application 2. Double click on the "run2_server" application (They can be found in "simplus_vrep/easy_setup/mac" directory)
In case you want to update your simplus_vrep repository:
Download the installer Scripts.
In case the simulator is already open and you want to rerun your code you can just press the play button/start simulation button from CopelliaSim top menu bar and play button of the game manager instead of the previous step. It should be mentioned that you still need to do the instruction of the next section to run your code.
There is two methods to communicate with the robot:
The teams should use the client to control the robot and the server is responsible for other things prepared by the technical committee.
Remember to Stop the CoppelliaSim Simulator (by the CoppelliaSim Stop bottom) & Play again (by the CoppelliaSim Start bottom) before starting a new Run.
1. Open the terminal and write "sh ", drag and drop the "run2_client.sh" file to terminal then press enter 2. Open the terminal and write "sh ", drag and drop the "run2_server.sh" file to terminal then press enter (They can be found in `simplus_vrep/easy_setup/mac` directory)
This video tutorial covers the full process of install and run the server. If you are using mac or Ubuntu please skip the Cygwin installation process and take a look at Installation section. Also, It should be mention that after running the compilation script in ubuntu or mac, the player.dll will be replaced with player.dylib in mac and player.so in ubuntu.
Apple’s XCode tools package already contains g++.
The compilation process can be done using the provided script files which could be found in the easy_setup folder depending on your current OS.
Open the terminal and write "sh ", drag and drop the "compile_cpp.sh" file to terminal then press enter (It can be found in "simplus_vrep/easy_setup/mac" directory)
The C/C++ client can be ran using the provided scripts which could be found in the easy_setup folder depending on your current OS.
Approach2 1. Open the terminal and write "sh ", drag and drop the "run2_client_cpp.sh" file to terminal then press enter 2. Open the terminal and write "sh ", drag and drop the "run2_server.sh" file to terminal then press enter (They can be found in `simplus_vrep/easy_setup/mac` directory)
Based on your desired operating system go through Run step above and skip the client part (since the client would be the Scratch program), then follow the below steps:
File
then load project
and select the simplus_scratch.sbx
file from simplus_vrep/client/scratch
In case you want to update your simplus_vrep repository: