dockerfile ready

This commit is contained in:
Tomás L
2024-07-25 18:17:36 -04:00
parent 913af71226
commit 993385f809
4 changed files with 12 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ class URSentry:
# Flags
self.ESTOP = False
self.await_stop = False
self.await_stop = True
self.await_stop_ticks = 0
self.send_to_zero_on_stop = False
@@ -35,6 +35,7 @@ class URSentry:
self.await_stop = True
self.sentry_position()
self.has_initialized = True
self.is_on_sentry_mode = True
def get_joint_angles(self) -> "list[float]":
"""