Skip to content

New release 1.0.10#525

Merged
glannuzel merged 875 commits intomainfrom
develop
Apr 8, 2025
Merged

New release 1.0.10#525
glannuzel merged 875 commits intomainfrom
develop

Conversation

@glannuzel
Copy link
Member

For new release 1.0.10

ClaireHzl and others added 30 commits November 25, 2024 16:18
…metimes-generates-a-self-collision

Safer turn off smoothly
…to-on-a-disabled-part

id -1 on goto_singlejoint if part is off
…-of-the-goto_posture-of-the-head

update goto_posture parameters for head
…with-fake-server-1

Revert "Change cameras warning for FAKE mode"
@glannuzel glannuzel requested a review from FabienDanieau March 27, 2025 09:34
@glannuzel glannuzel self-assigned this Mar 27, 2025
@github-actions
Copy link

github-actions bot commented Mar 27, 2025

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
4348 3023 70% 0% 🟢

New Files

File Coverage Status
src/reachy2_sdk/components/init.py 100% 🟢
src/reachy2_sdk/components/antenna.py 59% 🟢
src/reachy2_sdk/components/goto_based_component.py 65% 🟢
src/reachy2_sdk/dynamixel/init.py 100% 🟢
src/reachy2_sdk/dynamixel/dynamixel_motor.py 71% 🟢
src/reachy2_sdk/grippers/init.py 100% 🟢
src/reachy2_sdk/grippers/gripper_joint.py 94% 🟢
src/reachy2_sdk/grippers/parallel_gripper.py 58% 🟢
src/reachy2_sdk/parts/goto_based_part.py 65% 🟢
src/reachy2_sdk/parts/joints_based_part.py 84% 🟢
src/reachy2_sdk/parts/mobile_base.py 45% 🟢
src/reachy2_sdk/parts/part.py 84% 🟢
src/reachy2_sdk/parts/tripod.py 76% 🟢
src/reachy2_sdk/sensors/init.py 100% 🟢
src/reachy2_sdk/sensors/lidar.py 81% 🟢
src/reachy2_sdk/utils/goto_based_element.py 23% 🟢
tests/units/offline/test_antenna.py 100% 🟢
tests/units/offline/test_custom_dict.py 100% 🟢
tests/units/offline/test_dynamixel_motor.py 100% 🟢
tests/units/offline/test_gripper_joint.py 100% 🟢
tests/units/offline/test_lidar.py 100% 🟢
tests/units/offline/test_mobile_base.py 100% 🟢
tests/units/offline/test_orbita_axis.py 100% 🟢
tests/units/offline/test_orbita_motor.py 100% 🟢
tests/units/offline/test_tripod.py 100% 🟢
tests/units/online/test_actuators_properties.py 100% 🟢
tests/units/online/test_antennas_movements.py 100% 🟢
tests/units/online/test_audio.py 43% 🟢
tests/units/online/test_audit.py 100% 🟢
tests/units/online/test_interpolations.py 100% 🟢
tests/units/online/test_mobile_base.py 100% 🟢
tests/units/online/test_multiple_connections.py 100% 🟢
tests/units/online/test_send_goal_positions.py 100% 🟢
tests/units/online/test_tripod.py 100% 🟢
TOTAL 87% 🟢

Modified Files

File Coverage Status
src/reachy2_sdk/init.py 74% 🟢
src/reachy2_sdk/config/init.py 100% 🟢
src/reachy2_sdk/config/reachy_info.py 93% 🟢
src/reachy2_sdk/media/init.py 100% 🟢
src/reachy2_sdk/media/audio.py 26% 🟢
src/reachy2_sdk/media/camera.py 33% 🟢
src/reachy2_sdk/media/camera_manager.py 32% 🟢
src/reachy2_sdk/orbita/init.py 100% 🟢
src/reachy2_sdk/orbita/orbita.py 80% 🟢
src/reachy2_sdk/orbita/orbita2d.py 70% 🟢
src/reachy2_sdk/orbita/orbita3d.py 73% 🟢
src/reachy2_sdk/orbita/orbita_axis.py 100% 🟢
src/reachy2_sdk/orbita/orbita_joint.py 84% 🟢
src/reachy2_sdk/orbita/orbita_motor.py 100% 🟢
src/reachy2_sdk/orbita/utils.py 100% 🟢
src/reachy2_sdk/parts/init.py 100% 🟢
src/reachy2_sdk/parts/arm.py 38% 🟢
src/reachy2_sdk/parts/hand.py 58% 🟢
src/reachy2_sdk/parts/head.py 52% 🟢
src/reachy2_sdk/reachy_sdk.py 37% 🟢
src/reachy2_sdk/utils/init.py 100% 🟢
src/reachy2_sdk/utils/custom_dict.py 100% 🟢
src/reachy2_sdk/utils/utils.py 80% 🟢
tests/units/offline/test_arm.py 100% 🟢
tests/units/offline/test_camera.py 100% 🟢
tests/units/offline/test_head.py 100% 🟢
tests/units/offline/test_orbita2d.py 100% 🟢
tests/units/offline/test_orbita3d.py 100% 🟢
tests/units/offline/test_orbita_utils.py 100% 🟢
tests/units/offline/test_reachy.py 100% 🟢
tests/units/offline/test_reachy_sdk.py 100% 🟢
tests/units/offline/test_utils.py 100% 🟢
tests/units/online/conftest.py 100% 🟢
tests/units/online/test_advanced_goto_functions.py 100% 🟢
tests/units/online/test_basic_movements.py 100% 🟢
tests/units/online/test_camera.py 100% 🟢
tests/units/online/test_hand.py 100% 🟢
TOTAL 85% 🟢

updated for commit: 95d3ac6 by action🐍

Copy link
Contributor

@FabienDanieau FabienDanieau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good!

@glannuzel glannuzel merged commit 535370d into main Apr 8, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants