diff --git a/Network.CMD_LONGLOC.md b/Network.CMD_LONGLOC.md index 0c5dd70..dd28eef 100644 --- a/Network.CMD_LONGLOC.md +++ b/Network.CMD_LONGLOC.md @@ -4,7 +4,7 @@ | ObjID | [ObjectID](Network.ObjectID) | ✗ | Refers to the moving drone. | | Type | Byte | ✗ | `0x01 (1)` | | - | - | - | - | -| Loc X | Short | ✗ | X Position | -| Loc Y | Short | ✗ | Y Position | -| Loc Z | Short | ✗ | Z Position | -| Direction | Short | ✗ | Direction | \ No newline at end of file +| Velocity X | Short | ✗ | The velocity on the local X axis. | +| Velocity Y | Short | ✗ | The velocity on the local Y axis. | +| Velocity Z | Short | ✗ | The velocity on the local Z axis. | +| Direction | Short | ✗ | The new facing direction. Determines the axis. | \ No newline at end of file