# Doosan Robotics DRL Tutorial

In this tutorial a **Polishing** application with a custom HMI panel for Doosan Robotics is developed starting from scratch. DRL Scripting is used as preferred programming mode in this tutorial, so basic knowlege of Python programming language is suggested.

Covered topics:

* HMI Desinger introduction and project setup
* Custom HMI panel Design and UI components setup
* HMI Robot Plugin Installation
* Linking robot variables and functions
* Running the HMI application on robot teach pendant

{% embed url="<https://youtu.be/eKIPzn4Pcts>" %}

### Resources

{% file src="/files/tdREA6o7FHUkQjTS0i7c" %}
HMI file
{% endfile %}

{% file src="/files/HwZT713gh2y4JtGuoAj1" %}
DRL script file
{% endfile %}

{% file src="/files/gFYBFbK2oP9upxdKEcsu" %}
DART Platform Task&#x20;
{% endfile %}


---

# 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://docs.robpod.cloud/hmi-designer/hmi-tutorials/doosan-robotics-drl-tutorial.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.
