Skip to content

Commit

Permalink
Merge pull request #172 in SWDEV/franka_ros from SRR-1267 to develop
Browse files Browse the repository at this point in the history
* commit '6aaa08926fc686b1492d8b36f985eb6f260b3de5':
  CHANGE: Reformat CHANGELOG
  ADD: franka_gazebo as dependency to franka_ros meta package
  • Loading branch information
gollth committed Feb 18, 2022
2 parents 15f5975 + 6aaa089 commit 9706cd8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 21 deletions.
44 changes: 23 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
# CHANGELOG

## 0.x - UNRELEASED

* `franka_gazebo`:
- Fix: homing action works again
- Fix: move action can fail instead of blocking indefinitely
- Fix: align behavior of grasping action with `franka_gripper`
* Fix: Allow interactive marker server to shut down if not initialized
* Add realistic hand/finger collision geometries to the Gazebo robot description
* Add `joint_state_desired` publisher to `franka_gazebo`
* No further ROS Kinetic support, since [End-of-Life was in April 2021](http://wiki.ros.org/Distributions)
* Make position + orientation targets threadsafe in cartesian example controller
* Add singularity warning to `franka_gazebo` if Jacobian becomes singular
* **BREAKING** Make `/panda` namespace of `franka_gazebo` optional
* Add effort joint trajectory controller to be used by MoveIT
* Make finger collisions primitive in `franka_gazebo`
* add 'gravity_vector' gravity ROS parameter to FrankaHWSim
* Fix "Failed to create robot simulation interface loader" bug when installing from APT
* Improve Gazebo 'stone' world objects
* Add `connected_to` option to `panda_gazebo.xacro` macro, similar to `panda_arm.xacro`
* Rename `ns` -> `arm_id` in `hand.xacro` macros to be consistent with the other xacro files
* Introduce new `tau_ext_lowpass_filter` parameter for `franka_gazebo` to configure the filtering of `tau_ext_hat_filtered`
## 0.8.2 - UNRELEASED

Requires `libfranka` >= 0.8.0

* `franka_gazebo`:
- Fix: homing action works again
- Fix: move action can fail instead of blocking indefinitely
- Fix: align behavior of grasping action with `franka_gripper`
- Add `joint_state_desired` publisher
- Add singularity warning if Jacobian becomes singular
- Make `/panda` namespace optional
- Make finger collisions primitive in `franka_gazebo`
- Add 'gravity_vector' gravity ROS parameter to FrankaHWSim
- Improve Gazebo 'stone' world objects
- Introduce new `tau_ext_lowpass_filter` parameter for `franka_gazebo` to configure the filtering of `tau_ext_hat_filtered`
- Add realistic hand/finger collision geometries to the Gazebo robot description
* Fix: Allow interactive marker server to shut down if not initialized
* No further ROS Kinetic support, since [End-of-Life was in April 2021](http://wiki.ros.org/Distributions)
* Make position + orientation targets threadsafe in cartesian example controller
* Add effort joint trajectory controller to be used by MoveIT
* Fix "Failed to create robot simulation interface loader" bug when installing from APT
* Add `connected_to` option to `panda_gazebo.xacro` macro, similar to `panda_arm.xacro`
* Rename `ns` -> `arm_id` in `hand.xacro` macros to be consistent with the other xacro files

## 0.8.1 - 2021-09-08

Expand Down
1 change: 1 addition & 0 deletions franka_ros/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<exec_depend>franka_hw</exec_depend>
<exec_depend>franka_msgs</exec_depend>
<exec_depend>franka_visualization</exec_depend>
<exec_depend>franka_gazebo</exec_depend>
<exec_depend>panda_moveit_config</exec_depend>

<export>
Expand Down

0 comments on commit 9706cd8

Please sign in to comment.