Each robot broadcasts its own network which appears like this: rvssXX.
The number XX will be the part of the robot's IP: 10.0.0.XX
The provided API will use this IP address to connect to your robot.
On your laptop:
Clone the workshop repo onto your machine.
In your desired directory, enter:
git clone https://github.com/fdayoub/RVSS2018WS.git
Run the script test_connection_to_robot.py in the tests folder of the repository.
Read the provided robot API in PiBot.py of the repository.