From 3013f01648f4c394575521595e0694c58c06aeeb Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Fri, 29 Sep 2023 01:45:52 -0400 Subject: [PATCH] Add Network.CMD_LONGLOC --- Network.CMD_LONGLOC.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Network.CMD_LONGLOC.md diff --git a/Network.CMD_LONGLOC.md b/Network.CMD_LONGLOC.md new file mode 100644 index 0000000..0c5dd70 --- /dev/null +++ b/Network.CMD_LONGLOC.md @@ -0,0 +1,10 @@ +| Name | Type | Required | Description | +| ---- | ---- | :------: | :---------- | +| Length | Byte | ✗ | | +| 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