pollen-robotics / reachy2-sdk

Reachy 2 Python SDK
https://www.pollen-robotics.com
Apache License 2.0
4 stars 0 forks source link

348 add mobile base current velocities #351

Closed glannuzel closed 2 months ago

glannuzel commented 2 months ago

Odometry returns current speed as vx, vy and vtheta.

To be used with the following branches:

Test example :

reachy.mobile_base.odometry()
 start = time.time()

while time.time() - start < 5:
     reachy.mobile_base.set_speed(0.5, 0, 0)
     print(reachy.mobile_base.odometry)
github-actions[bot] commented 2 months ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
778 736 95% 0% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: f1dc980 by action🐍