Skip to content

Commit

Permalink
FIX: improved changelog and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
falfab committed Mar 25, 2022
1 parent 248c544 commit 79dbbfd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# CHANGELOG

## 0.9.0 - UNRELEASED
## 0.9.0 - 2022-03-25

Requires Panda system version >= 4.2.1

* **BREAKING** Add `O_ddP_O` base acceleration to robot state
* **BREAKING** New `base_acceleration_initialization_timeout` & `base_acceleration_invalid_reading` reflexes
* **BREAKING** Add `O_ddP_O` base acceleration to robot state, harcoded to `{0, 0, -9.81}`.
* **BREAKING** New `base_acceleration_initialization_timeout`, `base_acceleration_invalid_reading`
`cartesian_spline_motion_generator_violation` and
`joint_via_motion_generator_planning_joint_limit_violation` reflexes.
* Adjust network error messages. Distinguish between problems resulting from:
- a wrong network configuration. A message is shown after a timeout of 60 seconds.
- a missing FCI feature or a blocked port due to Single Point of Control. An immediate error
response is shown.
* Changed signature of `franka::Model::gravity` to use `O_ddP_O` in the robot state.

## 0.8.0 - 2020-04-29

Expand Down
1 change: 1 addition & 0 deletions include/franka/robot_state.h
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ struct RobotState {
* Linear component of the acceleration of the robot's base, expressed in frame parallel to the
* @ref o-frame "base frame", i.e. the base's translational acceleration. If the base is resting
* this shows the direction of the gravity vector.
* It is harcoded for now to `{0, 0, -9.81}`.
*/
std::array<double, 3> O_ddP_O{}; // NOLINT(readability-identifier-naming)

Expand Down

0 comments on commit 79dbbfd

Please sign in to comment.