> For the complete documentation index, see [llms.txt](https://ms-kb.msd.unimelb.edu.au/next-lab/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ms-kb.msd.unimelb.edu.au/next-lab/robotics/robotic-dog/basic-simulation.md).

# Basic Simulation

You can create your own personal log in for the **Unitree Go App** and enter simulation mode to practice the movements and functionality of the Robot Dog in a virtual environment. We recommend this to familiarise yourself with the general controls.&#x20;

<figure><img src="/files/oHVErcT0YMv6d7qgKZp0" alt=""><figcaption><p>Homescreen appearance on a personal device.</p></figcaption></figure>

## Interface

<figure><img src="/files/kQbfPQFQ3LSxl4kVME4J" alt=""><figcaption><p>Simulation Mode with RobotDog Actions<br>1: Movement Control<br>2: Rotational Control</p></figcaption></figure>

***

You can simulate the **General** and **Advanced** Modes on the controller without connecting to the RobotDog.&#x20;

A good guide of simulation is to familiarise with:

1. Combine the use of both joysticks to control movement, use the rotational control to assist the movement of the RobotDog in different directions.
2. Test the different speed of movement (walk & run). The simulation will demonstrate inertia from the RobotDog where it will not stop immediately in place after running, this is useful when operating the RobotDog in real-life.
3. Other gestures such as sitting and crouching.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://ms-kb.msd.unimelb.edu.au/next-lab/robotics/robotic-dog/basic-simulation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
