pollen-robotics / reachy2-sdk

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

update goto_posture parameters for head #457

Open ClaireHzl opened 3 days ago

ClaireHzl commented 3 days ago

The parameters of the head goto_posture were not in the same order as the other parts, so a reachy.head.goto_posture("default") raised an error.

github-actions[bot] commented 3 days ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
3058 2059 67% 0% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
src/reachy2_sdk/parts/head.py 44% 🟢
TOTAL 44% 🟢

updated for commit: 6d4efa5 by action🐍