You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Gripper::params() and rdk::GripperParams struct accordingly.
Add Device::params().
Add bool type to the input variant of Device::Command().
Overload utility::Rad2Deg().
CHANGE
Remove Python libs and related contents from CMakeLists.txt, flexivrdk can now be installed directly using pip: https://pypi.org/project/flexivrdk/ (#88).
Remove Gripper::moving(), replaced by GripperStates::is_moving.
Remove GripperStates::max_width, replaced by GripperParams::max_width.
Remove deprecated functions that were marked to be removed in this release.
Remove RobotStates::tcp_pose_des, this data is now covered by Flexiv DDK.
Update gripper control examples with new API usage.
Update program arguments documentation in all examples.
Move definition of rdk::ToolParams struct from data.hpp to tool.hpp, the scope is not changed.
Move definition of rdk::GripperParams struct and rdk::GripperStates struct from data.hpp to gripper.hpp.