Skip to content

Commit

Permalink
small fix for estopsimulation
Browse files Browse the repository at this point in the history
  • Loading branch information
angelom93 committed Jul 25, 2023
1 parent 70a3fb2 commit a0703fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rosys/hardware/estop.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,9 @@ def activate(self) -> None:

def deactivate(self) -> None:
self.active = False

async def software_emergency_stop(self) -> None:
await super().software_emergency_stop()

async def release_en3(self) -> None:
await super().release_en3()

0 comments on commit a0703fb

Please sign in to comment.