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.
MapCreateSchema
Schema for creating/uploading a map.Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| twin_uuid | str | [optional] | |
| environment_uuid | str | [optional] | |
| map_type | str | ||
| resolution | float | [optional] | |
| origin_x | float | [optional] [default to 0.0] | |
| origin_y | float | [optional] [default to 0.0] | |
| origin_z | float | [optional] [default to 0.0] | |
| origin_roll | float | [optional] [default to 0.0] | |
| origin_pitch | float | [optional] [default to 0.0] | |
| origin_yaw | float | [optional] [default to 0.0] | |
| metadata | Metadata | [optional] |