From 808d292879f53b50b66e93fcccd4922eeec27166 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Wed, 4 Oct 2023 21:43:30 -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 dd28eef..7695bc5 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)` | | - | - | - | - | -| 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 +| Velocity X | Short | ✗ | The new location on the X axis. | +| Velocity Y | Short | ✗ | The new location on the Y axis. | +| Velocity Z | Short | ✗ | The new location on the Z axis. | +| Direction | Short | ✗ | The new facing direction. | \ No newline at end of file