Skip to content

Commit

Permalink
Implement pause and resume on robotinterface
Browse files Browse the repository at this point in the history
  • Loading branch information
mrica-equinor authored and andchiind committed Jun 17, 2024
1 parent 352b078 commit faef65a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/isar_robot/robotinterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,9 @@ def get_telemetry_publishers(

def robot_status(self) -> RobotStatus:
return RobotStatus.Available

def pause(self) -> None:
return

def resume(self) -> None:
return

0 comments on commit faef65a

Please sign in to comment.