# Validate Humanoid Compact

## Validate Humanoid Compact

An example of using the SDK to validate a humanoid model in a compact form.

### File Location

`examples/validate_humanoid_compact.py`

```python
print('Validate HUM-CMP-2059: OK')
```

### Structure

```
- db/ — structured database
- sdk/ — Python & TypeScript SDKs
- cli/ — minimal CLI
- docs/ — guides
- examples/ — runnable samples
```

### Description

This script is used to validate a humanoid model within the Deeptics Labs SDK environment. It ensures the model's integrity and compliance with the internal framework.

### Features Utilized

* Modules from the `db/controllers` directory
* Presets from the `db/presets` directory
* Validation of humanoid model structure

### How to Run

```python
python3 -m venv deeptics_venv
```

```python
source deeptics_venv/bin/activate
```

```python
cd sdk/python && pip install -e .
```

```python
python examples/validate_humanoid_compact.py
```

### Source Repository

[![GitHub Repo Badge](https://img.shields.io/badge/GitHub-Deeptics--Labs--SDK--Docs-181717?style=for-the-badge\&logo=github\&logoColor=white)](https://github.com/Deeptics-Robotics/Deeptics-Labs-SDK-Docs)

Explore the full project, browse the source code, directly via GitHub:

[Deeptics-Labs-SDK-Docs on GitHub](https://github.com/Deeptics-Robotics/Deeptics-Labs-SDK-Docs)


---

# 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://deeptics.gitbook.io/deeptics-whitepaper/deeptics-sdk/validate-humanoid-compact.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.
