Skip to content

Commit

Permalink
Switch robot status when its stuck
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadUsama-afk-equinor committed Oct 6, 2023
1 parent b32cb4c commit fb75751
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/isar_robot/robotinterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ def _get_pressure_telemetry(self, isar_id: str, robot_name: str) -> str:
def robot_status(self) -> RobotStatus:
obstacle_status = self._update_obstacle_status()
if obstacle_status:
print(self.obstacle_status)
return RobotStatus.Stuck
else:
return RobotStatus.Available
Expand Down

0 comments on commit fb75751

Please sign in to comment.