Skip to content

Commit

Permalink
modified install option
Browse files Browse the repository at this point in the history
  • Loading branch information
robotpilot committed Aug 17, 2016
1 parent ae19e0b commit a56464e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions thormang3_common/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@
<url type="repository">https://github.com/ROBOTIS-GIT/ROBOTIS-THORMANG-Common</url>
<url type="website">http://wiki.ros.org/thormang3_common</url>
<buildtool_depend>catkin</buildtool_depend>
<run_depend>thormang3_description</run_depend>
<run_depend>thormang3_gazebo</run_depend>
<run_depend>thormang3_action_module_msgs</run_depend>
<run_depend>thormang3_feet_ft_module_msgs</run_depend>
<run_depend>thormang3_gripper_module_msgs</run_depend>
<run_depend>thormang3_manipulation_module_msgs</run_depend>
<run_depend>thormang3_offset_tuner_msgs</run_depend>
<run_depend>thormang3_walking_module_msgs</run_depend>
<run_depend>thormang3_wholebody_module_msgs</run_depend>
<export><metapackage/></export>
</package>
4 changes: 2 additions & 2 deletions thormang3_gazebo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ install(TARGETS gazebo_grip_pub
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)

install(DIRECTORY config/${PROJECT_NAME}/
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}
install(DIRECTORY config/
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)

install(DIRECTORY launch/
Expand Down

0 comments on commit a56464e

Please sign in to comment.