Skip to content

Commit

Permalink
Merge pull request in franka_ros from SRR-1196 to develop
Browse files Browse the repository at this point in the history
* commit '948fa5968a5847cb72ebd35163843509bbe54878':
  ADD: CHANGELOG entry
  fix #175
  • Loading branch information
gollth committed Dec 8, 2021
2 parents d9dd374 + 948fa59 commit 1e3f11b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* 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

## 0.8.1 - 2021-09-08

Expand Down
7 changes: 7 additions & 0 deletions franka_gazebo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,13 @@ install(
franka_gripper_sim_plugin.xml
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)

install(TARGETS franka_hw_sim franka_gripper_sim
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)

install(DIRECTORY launch
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)
Expand Down

0 comments on commit 1e3f11b

Please sign in to comment.