This commit is contained in:
flower
2026-01-20 10:41:22 +08:00
parent a24f36a4ed
commit e8e001ba36
48 changed files with 4329 additions and 59 deletions

View File

@@ -5,7 +5,7 @@
* 这是对应 protocol.h 的 Kotlin 实现版本,用于 Android 端解析 UDP 数据包。
* 使用 ByteBuffer 进行二进制数据的解析和序列化。
*
* @author SkyLink Team
* @author flowzl
* @date 2026-01-19
*/

View File

@@ -5,7 +5,7 @@
* 这个文件定义了机载端ROS 2、PC 端Qt和移动端Android之间的通信协议。
* 必须保持三端的字节对齐和字段顺序一致。
*
* @author SkyLink Team
* @author flowzl
* @date 2026-01-19
*/