Skip to content

Commit

Permalink
Set obstacle status as false as default
Browse files Browse the repository at this point in the history
  • Loading branch information
oysand committed Nov 1, 2023
1 parent 5bd2010 commit 2de7d63
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 @@ -333,5 +333,4 @@ def _update_pressure_level(self) -> float:
return self.pressure_level

def _update_obstacle_status(self) -> bool:
self.obstacle_status = True
return self.obstacle_status

0 comments on commit 2de7d63

Please sign in to comment.