mirror of
https://github.com/apirrone/Open_Duck_Mini_Runtime.git
synced 2025-09-03 03:33:54 +00:00
test
This commit is contained in:
parent
b1e8ed21cd
commit
e7cff1a01e
1 changed files with 1 additions and 1 deletions
|
@ -44,6 +44,6 @@ t0 = time.time()
|
|||
while time.time() - t0 < 10:
|
||||
t = time.time() - t0
|
||||
|
||||
hwi.set_position("pitch", np.deg2rad(10) * np.sin(2*np.pi*0.2*t))
|
||||
hwi.set_position("head_pitch", np.deg2rad(10) * np.sin(2*np.pi*0.2*t))
|
||||
|
||||
time.sleep(0.01)
|
||||
|
|
Loading…
Reference in a new issue