# with-two-robots

Having followed the installation steps on the PCs of the players (gamer 1 PC and gamer 2 PC) and that of a server (server PC):

```bash
[server PC, terminal 1] yarp server
```

```bash
[server PC, terminal 2] rdServer
```

Turn on robot 1 and robot 2.

```bash
[gamer 1 PC, terminal 1] robotDevastation --robotName rd2black
```

```bash
[gamer 2 PC, terminal 1] robotDevastation --robotName rd2green
```

Play!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://asrob-uc3m.gitbook.io/robotdevastation-user-manual/en/launch-robot-devastation/with-two-robots.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
