Skip to content

Commit

Permalink
Merge pull request #145 from rickstaa/add_desired_joint_states_to_pan…
Browse files Browse the repository at this point in the history
…da_gazebo

Add desired_joint_states to panda gazebo
  • Loading branch information
gollth authored Sep 27, 2021
2 parents b9b60e8 + 2721b9d commit 054af53
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.x - UNRELEASED

* Add `joint_state_desired` publisher to `franka_gazebo`

## 0.8.1 - 2021-09-08

Requires `libfranka` >= 0.8.0
Expand Down
5 changes: 5 additions & 0 deletions franka_gazebo/launch/panda.launch
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@
<rosparam param="source_list">[franka_state_controller/joint_states, franka_gripper/joint_states] </rosparam>
<param name="rate" value="30"/>
</node>
<node name="joint_state_desired_publisher" type="joint_state_publisher" pkg="joint_state_publisher">
<rosparam param="source_list">[franka_state_controller/joint_states_desired, franka_gripper/joint_states] </rosparam>
<param name="rate" value="30"/>
<remap from="joint_states" to="joint_states_desired" />
</node>

<!-- Start only if cartesian_impedance_example_controller -->
<node name="interactive_marker"
Expand Down

0 comments on commit 054af53

Please sign in to comment.