Documentation Index
Fetch the complete documentation index at: https://docs.cyberwave.com/llms.txt
Use this file to discover all available pages before exploring further.
MapDataSchema
Schema for map data.Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| uuid | str | ||
| twin_uuid | str | [optional] | |
| environment_uuid | str | [optional] | |
| map_type | str | ||
| resolution | float | [optional] | |
| origin_x | float | ||
| origin_y | float | ||
| origin_z | float | ||
| origin_roll | float | ||
| origin_pitch | float | ||
| origin_yaw | float | ||
| data_file_uuid | str | ||
| image_width | int | [optional] | |
| image_height | int | [optional] | |
| metadata | Dict[str, object] | [optional] | |
| created_at | datetime | ||
| updated_at | datetime |