Alicia-D-SDK 6.1.0rc3
✨ Features
feat(core): Full integration with RoboCore v2.0.0 (FK/IK, Trajectory Planning)
feat(motion): Cartesian space control via set_pose and linear trajectory execution
feat(api): Unified SynriaRobotAPI with create_robot helper
feat(gripper): Enhanced gripper control (0-1000 precision) via set_robot_state
feat(install): PyPI package support - pip install alicia_d_sdk
🆕 What's New
- Inverse Kinematics: Wrapped the IK solver into the
set_pose()method. - Trajectory Execution: Added a small delay to improve joint tracking stability.
- Refactor: Cleaned up the codebase by removing redundant code and files.