添加单车底盘仿真平台并完善运动控制与夹臂功能

This commit is contained in:
2026-07-27 17:47:50 +08:00
parent 580a936a83
commit e6b99c45b3
47 changed files with 4238 additions and 122 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ namespace MedullaAdapter
// M层单车安全:汇总停车机器人夹臂等自定义报警状态。
public override void SetOtherAlarms()
{
// 当前阶段不使用夹臂,暂时没有自定义报警。
AddAlarm("左夹臂驱动报警", 2, () => cart.LeftArmErrorCode != 0);
AddAlarm("右夹臂驱动报警", 2, () => cart.RightArmErrorCode != 0);
}
}
}