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

Commit ddf03f5

Browse files
Update wheeledbase.py
1 parent 749550f commit ddf03f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

raspberrypi/daughter_cards/wheeledbase.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ def goto_stop(self, x, y,sensors, theta=None, direction=None, finalangle=None, l
383383
#print(trigo,['clock','trig'][trigo])
384384
while(np.min(sensors.get_all_sensors())<600):
385385
sleep(0.1)
386-
print("fin trigo:",trigo)
386+
print("fin trigo:",trigo,rPos)
387387
self.turnonthespot(theta,direction=['clock','trig'][trigo])
388388
print("fin commande turn on the spot")
389389
self.wait(**kwargs)

0 commit comments

Comments
 (0)