# Robot Loader

## Input Parameters:

**URDF:** Selected URDF from Robot Model (RM) component.

## Output Parameters:

**Robim Arm System (RAS)**: Robim required Arm System data type.

**Robot Meshes (RM)**: Robot Meshes of selected URDF (Rhino mesh-bakable)

## Right Click Behavior:

Custom Robot Position: After right-clicking on Custom Robot Position, you are allowed to customize the current arm system's position and rotation.

XYZ: The desired arm system's coordinates are in your Rhino document unit.

RX RY RZ: The desired arm system's rotation around its corresponding axis in radians.

## Usage:

Used with [Attach](https://roboticplus-ai.gitbook.io/robimgh-documentation/robot-system-components/attach) Component to assemble a full robot system that can use in [Robim Program](https://roboticplus-ai.gitbook.io/robimgh-documentation/prgram-generation-simulation-components/robim-program).


---

# 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://roboticplus-ai.gitbook.io/robimgh-documentation/robot-system-components/robot-loader.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.
