To do this tutorial, you must have read the previous tutorial.
Open a terminal and run the server:
rcssserver &
Now we need a monitor to visualize the match. If you have installed rcssmonitor and soccerwindow2, choose one and run it:
rcssmonitor &
or
soccerwindow2 &
Go to the agent2d directory and run:
cd src/ ./start.sh -t team_name
Note: replace team_name with the desired team name.
If you have permission problems with the second command, run sudo chmod +x start.sh
.
If you still have problems, edit the folder permissions by executing sudo chmod 777 *
.
Open another terminal and run the same command cited above just placing a different team name.
Now you have two teams on the field. Just use Ctrl+K to perform a match kick-off.