Datasets:
Formats:
parquet
Languages:
English
Size:
1K - 10K
ArXiv:
Tags:
embodied-ai
embodied-navigation
urban-airspace
drone-navigation
multimodal-reasoning
spatial-reasoning
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -50,7 +50,7 @@ The canonical PKL file stores a list of Python dictionaries. Each sample contain
|
|
| 50 |
|
| 51 |
| Field | Type | Description |
|
| 52 |
| :-- | :-- | :-- |
|
| 53 |
-
| `
|
| 54 |
| `start_pos` | `float[3]` | Initial drone world position `(x, y, z)`. |
|
| 55 |
| `start_rot` | `float[3]` | Initial drone orientation `(roll, pitch, yaw)` in radians. |
|
| 56 |
| `start_ang` | `float` | Initial camera gimbal angle in degrees. |
|
|
|
|
| 50 |
|
| 51 |
| Field | Type | Description |
|
| 52 |
| :-- | :-- | :-- |
|
| 53 |
+
| `sample_index` | `int` | Case index. |
|
| 54 |
| `start_pos` | `float[3]` | Initial drone world position `(x, y, z)`. |
|
| 55 |
| `start_rot` | `float[3]` | Initial drone orientation `(roll, pitch, yaw)` in radians. |
|
| 56 |
| `start_ang` | `float` | Initial camera gimbal angle in degrees. |
|