增加车队布局与刚体速度分配基础

This commit is contained in:
2026-08-20 17:43:02 +08:00
parent 0d5539e595
commit fea2265e2d
30 changed files with 404 additions and 121 deletions
+1
View File
@@ -0,0 +1 @@
// 输出FleetMotionCommand
+1
View File
@@ -0,0 +1 @@
// 只在主车激活,完成车队轨迹控制和命令分配
+1
View File
@@ -0,0 +1 @@
// 主车、从车都有,负责执行分配给本车的命令
@@ -0,0 +1 @@
// 检查通信超时、成员故障、定位状态、夹臂状态和相对误差
+1
View File
@@ -0,0 +1 @@
// 主车汇总各车状态、时间对齐、计算车队中心和相对布局误差;输出FleetState
Binary file not shown.
Binary file not shown.
Binary file not shown.