tuanchris 3 месяцев назад
Родитель
Сommit
ac9e0f79bf
1 измененных файлов с 1 добавлено и 0 удалено
  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)
                         # Set theta to 0 at this position (home position)
                         state.current_theta = 0
                         state.current_theta = 0
+                        state.current_rho = 1
                         logger.info("Angular homing completed - theta set to 0")
                         logger.info("Angular homing completed - theta set to 0")
 
 
                     finally:
                     finally: