-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update configuration for the library package
- Loading branch information
1 parent
e6e6dbb
commit f5b8451
Showing
8 changed files
with
34 additions
and
158 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,17 @@ | ||
<?xml version="1.0"?> | ||
|
||
<package format="3"> | ||
<name>schunk_gripper</name> | ||
<version>0.0.0</version> | ||
<description>The schunk_gripper package</description> | ||
|
||
<name>schunk_egu_egk_gripper_library</name> | ||
<version>1.0.0</version> | ||
<description>Standalone C++ library for Schunk's EGU/EGK grippers</description> | ||
<author>Viktora Krimer</author> | ||
<author>Fabian Reinwald</author> | ||
<maintainer email="[email protected]">Viktoria Krimer</maintainer> | ||
|
||
<license>BSD</license> | ||
<license>MIT</license> | ||
<license>curl</license> | ||
<maintainer email="[email protected]">Stefan Scherzinger</maintainer> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
<buildtool_depend>rosidl_default_generators</buildtool_depend> | ||
|
||
<depend>ament_index_cpp</depend> | ||
<depend>rclcpp</depend> | ||
<depend>action_msgs</depend> | ||
<depend>control_msgs</depend> | ||
<depend>sensor_msgs</depend> | ||
<depend>diagnostic_msgs</depend> | ||
<depend>diagnostic_updater</depend> | ||
<depend>rclcpp_action</depend> | ||
<depend>rclcpp_components</depend> | ||
<license>todo</license> | ||
|
||
<exec_depend>ros2launch</exec_depend> | ||
<exec_depend>rosidl_default_runtime</exec_depend> | ||
|
||
<test_depend>ament_lint_auto</test_depend> | ||
<test_depend>ament_lint_common</test_depend> | ||
|
||
<member_of_group>rosidl_interface_packages</member_of_group> | ||
|
||
<!-- The export tag contains other, unspecified, tags --> | ||
<buildtool_depend>cmake</buildtool_depend> | ||
<export> | ||
<!-- Other tools can request additional information be placed here --> | ||
<build_type>ament_cmake</build_type> | ||
|
||
<build_type>cmake</build_type> | ||
</export> | ||
|
||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters