trainandtest666 commited on
Commit
cd11fee
·
verified ·
1 Parent(s): 8e4c284

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- | `folder` | `str` | Scene folder identifier. |
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. |