We are going to run an exercise in which there is an environment with 6 gold tokens and 6 silver ones, as well as a robot.There would be printed some messages by which the process is reported, like following picture:
We want to design a robot who search for silver tokens and deliver them to the golden tokens one by one. As a resault there should be 6 pairs of mixed silver and gold tokens, and the message of " Mission completed" would be printed, like following picture:
First, you should install python2 on your Ubuntu by following command:
sudo apt-get updat
sudo apt-get install python2
Then, three libraries should be installed: pygame, PyPyBox2D, and PyYAML:
sudo apt-get install python-dev python-pip python-pygame
sudo pip install pypybox2d
Now three following commands should be executed in a terminal:
sudo apt-get udpate
sudo apt-get install git
git clone https://github.com/ehsan51/First_RT_Assignment.git
Now you should open a terminal shell and move to the 'robot-sim' directory and execute the :
python2 run.py assignment.py


