This commit is contained in:
apirrone 2025-05-30 11:04:53 +02:00
parent b1e8ed21cd
commit e7cff1a01e

View file

@ -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)