Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Requires Panda system version >= 4.0.0 * **BREAKING** Change behavior of `franka::Robot::setEE`. Previously, this method would set the flange-to-end-effector transformation `F_T_EE`. This has been split up into two transformations: `F_T_NE`, only settable in Desk, and `NE_T_EE`, which can be set in `libfranka` with `setEE` and defaults to the identity transformation. * Add `F_T_NE` and `NE_T_EE` to `franka::RobotState`. * Add support for the cobot pump with `franka::VacuumGripper`. * CPack: Add conflict with `ros-melodic-libfranka`. * Fix missing include for Windows (#55).
- Loading branch information