pollen-robotics / reachy2-sdk

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

352 add relative moves function #354

Closed glannuzel closed 3 months ago

glannuzel commented 3 months ago

4 new functions have been added :

For all functions, frame can be either 'gripper' or 'robot'. Default frame is 'robot' (should it be 'gripper' instead?)

github-actions[bot] commented 3 months ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
830 759 91% 0% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
tests/units/offline/test_utils.py 100% 🟢
tests/units/online/test_advanced_goto_functions.py 100% 🟢
TOTAL 100% 🟢

updated for commit: 3100e70 by action🐍