-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
34 additions
and
5 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
cmake_minimum_required(VERSION 2.8.3) | ||
project(fake_joint) | ||
find_package(catkin REQUIRED) | ||
catkin_metapackage() |
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0"?> | ||
<package format="2"> | ||
<name>fake_joint</name> | ||
<version>0.0.0</version> | ||
<description> | ||
This metapackage depends on fake-joint related package for ros_control. | ||
</description> | ||
<author email="[email protected]">Ryosuke Tajima</author> | ||
<maintainer email="[email protected]">Tokyo Opensource Robotics Kyokai (TORK) Developer Team</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
||
<url type="website">http://wiki.ros.org/fake_joint</url> | ||
<url type="repository">https://github.com/tork-a/fake_joint</url> | ||
<url type="bugtracker">https://github.com/tork-a/fake_joint/issues</url> | ||
|
||
<buildtool_depend>catkin</buildtool_depend> | ||
|
||
<exec_depend>fake_joint_driver</exec_depend> | ||
<exec_depend>fake_joint_launch</exec_depend> | ||
|
||
<export> | ||
<metapackage/> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,15 @@ | |
<package format="2"> | ||
<name>fake_joint_launch</name> | ||
<version>0.0.1</version> | ||
<description>Collection of the launch files for fake_joint_driver</description> | ||
|
||
<description>Collection of the launch files for fake_joint_driver.</description> | ||
<author email="[email protected]">Ryosuke Tajima</author> | ||
<maintainer email="[email protected]">Tokyo Opensource Robotics Kyokai (TORK) Developer Team</maintainer> | ||
|
||
<license>Apache License 2.0</license> | ||
|
||
<url type="website">http://wiki.ros.org/fake_joint_launch</url> | ||
<author email="[email protected]">Ryosuke Tajima</author> | ||
<url type="repository">https://github.com/tork-a/fake_joint</url> | ||
<url type="bugtracker">https://github.com/tork-a/fake_joint/issues</url> | ||
|
||
<buildtool_depend>catkin</buildtool_depend> | ||
|
||
|