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

Commit 4855a28

Browse files
Update wbTest.py
1 parent 7b5a829 commit 4855a28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

raspberrypi/tests/wbTest.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@
1717
#wheeledbase.set_position(0,0, np.pi)
1818
#wheeledbase.goto_stop(10,0,np.pi)
1919
#time.sleep(90)
20+
2021
for i in range(100):
2122
print(i)
22-
time.sleep(1)
23+
time.sleep(1,sensors.get_all_sensors())
2324

2425
print("BONNE ANN2e")
2526
print("Sensors:",sensors)

0 commit comments

Comments
 (0)