This commit is contained in:
cbs 2025-06-09 14:48:55 +08:00
parent b92119dd75
commit 2a098a2e21

View File

@ -474,7 +474,7 @@ public class PathPlanningServiceImpl implements PathPlanningService {
commonApi.commonMethodStr(message, topic);
return;
}
PathToRobotChangeXYDTO pathToRobotChangeXY = JSON.parseObject(message, PathToRobotChangeXYDTO.class);
// PathToRobotChangeXYDTO pathToRobotChangeXY = JSON.parseObject(message, PathToRobotChangeXYDTO.class);
}