From 7a0aa22229feaf2737bdeb98c7f737afbc081e51 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Sun, 1 Oct 2023 20:31:17 -0400 Subject: [PATCH] Update Network.CMD_LONGLOC --- Network.CMD_LONGLOC.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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