# Operating Indicators

Make the debug during the operation of the robot easy to work with. For us it was always a benefit in recorded video material to retrieve from the logs and the axis ID to see which of the legs behaved in which way. Idea of this is to massively improve the understanding during the execution of your custom program movements of each axis visually.

to estimate the position of the axis there are triangulars between the axis placed to idendicate its angles towards each other.

<figure><img src="https://lh7-us.googleusercontent.com/docsz/AD_4nXc-gO5So7tzbVVi_gnhFISvaB35dXIXkN6MsofVAn73ZSJrLcn8sSP1KZJPmbSazQ24r66NLs88gxZr6gKsMtO-C0gbVNhoMuv_Jq_9fcgdUCeoeUamUWpJcrL6q7O_mvRfJ0y9nD3jZ6TpApmlZndt20uy?key=uqd7CQzygHX4REyQNvsHfA" alt=""><figcaption></figcaption></figure>

On the outer surface of the core of the robot we placed an axis system on the rear, where the legs do not cover it. It will help you to understand the current direction while traversing on the ground.

Finally we place as cross on the center of the IMU to indicate you the position of that part essential part of the system:<br>

<figure><img src="/files/UKM7aNdpCvosHVtKZxnz" alt="" width="375"><figcaption></figcaption></figure>


---

# 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://bywerks.gitbook.io/bysense/mission-execution/operating-indicators.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.
