mirror of
https://github.com/apirrone/Open_Duck_Mini_Runtime.git
synced 2025-09-02 19:23:54 +00:00
antennas test
This commit is contained in:
parent
5a8b057019
commit
34c60ef80c
1 changed files with 4 additions and 0 deletions
|
@ -68,3 +68,7 @@ if __name__ == "__main__":
|
|||
antennas.set_position_right(np.sin(2 * np.pi * 1 * time.time()))
|
||||
|
||||
time.sleep(1 / 50)
|
||||
|
||||
if time.time() - s > 5:
|
||||
break
|
||||
|
||||
|
|
Loading…
Reference in a new issue