1
0
tuanchris 3 сар өмнө
parent
commit
ac9e0f79bf

+ 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: