feat: 更新路径坐标处理逻辑,增加监控模式下的条件判断

This commit is contained in:
xudan 2025-09-19 09:47:47 +08:00
parent 4405702381
commit e2753c65a3

View File

@ -92,7 +92,7 @@ const monitorScene = async () => {
// refreshRobot
let processedPath: Array<{ x: number; y: number }> | undefined;
if (points?.length) {
if (points?.length && !isMonitorMode.value) {
//
const cx = x || 37; // X37
const cy = y || 37; // Y37