copilot file backup
This commit is contained in:
@@ -577,8 +577,7 @@ namespace AGVSimulator.Forms
|
||||
_simulatorCanvas.UpdateAGVDirection(selectedAGV.AgvId, selectedDirection);
|
||||
|
||||
// VirtualAGV 객체의 위치와 방향 업데이트
|
||||
selectedAGV.SetPosition(targetNode.Position); // 이전 위치 기억하도록
|
||||
selectedAGV.SetDirection(selectedDirection);
|
||||
selectedAGV.SetPosition(targetNode, targetNode.Position, selectedDirection); // 이전 위치 기억하도록
|
||||
|
||||
// SetPosition 호출 후 상태 확인 및 리프트 계산
|
||||
|
||||
|
||||
Reference in New Issue
Block a user