소스 검색

persist theta after reset

tuanchris 3 달 전
부모
커밋
0df0c14235
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      modules/connection/connection_manager.py

+ 1 - 1
modules/connection/connection_manager.py

@@ -450,7 +450,7 @@ def home(timeout=15):
             idle_reached = check_idle()
 
             if idle_reached:
-                state.current_theta = state.current_rho = 0
+                state.current_rho = 0
                 homing_success = True
                 logger.info("Homing completed and device is idle")
             else: