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

Commit

Permalink
Update wbTest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LeProblemeEDMN committed Jun 1, 2024
1 parent 9564b27 commit b592833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions raspberrypi/tests/wbTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
print("Sensors:",sensors)

wheeledbase.start_match()
wheeledbase.goto_stop(0,0, sensors,theta=-math.pi/2)
wheeledbase.goto_stop(0,0, sensors,finalangle=-math.pi/2)
time.sleep(1)
wheeledbase.goto_stop(0,0, sensors,theta=0)
wheeledbase.goto_stop(0,0, sensors,finalangle=0)
while 1:
print(wheeledbase.get_position(),sensors.get_all_sensors())

0 comments on commit b592833

Please sign in to comment.