tuanchris 3 mēneši atpakaļ
vecāks
revīzija
ac9e0f79bf
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      modules/connection/connection_manager.py

+ 1 - 0
modules/connection/connection_manager.py

@@ -505,6 +505,7 @@ def home(timeout=60):
 
                         # Set theta to 0 at this position (home position)
                         state.current_theta = 0
+                        state.current_rho = 1
                         logger.info("Angular homing completed - theta set to 0")
 
                     finally: