Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Update wheeledbase.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LeProblemeEDMN committed Jun 1, 2024
1 parent 78e010f commit 95e61c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions raspberrypi/daughter_cards/wheeledbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,8 @@ def goto_stop(self, x, y,sensors, theta=None, direction=None, finalangle=None, l

# Get the setpoint orientation
if theta is not None:
if(theta<0):
theta+=2*math.pi
rPos=self.get_position()
radiusRobot=370
ang=rPos[2]%(2*math.pi)
Expand Down

0 comments on commit 95e61c4

Please sign in to comment.