Skip to content

Commit

Permalink
0.8.0 - 2020-04-29
Browse files Browse the repository at this point in the history
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
sgablFR committed Apr 29, 2020
1 parent 90c3f56 commit 06ad8dc
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## 0.8.0 - UNRELEASED
## 0.8.0 - 2020-04-29

Requires Panda system version >= 4.0.0

Expand All @@ -10,13 +10,6 @@ Requires Panda system version >= 4.0.0
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`.

## 0.7.2 - UNRELEASED

Requires Panda system version >= 3.0.0

### Changed

* CPack: Add conflict with `ros-melodic-libfranka`.
* Fix missing include for Windows (#55).

Expand Down

0 comments on commit 06ad8dc

Please sign in to comment.