Skip to content

Commit

Permalink
Add fake_joint meta-package
Browse files Browse the repository at this point in the history
  • Loading branch information
7675t committed Aug 17, 2018
1 parent dee2d21 commit f91213c
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 5 deletions.
4 changes: 4 additions & 0 deletions fake_joint/CMakeLists.txt
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()
24 changes: 24 additions & 0 deletions fake_joint/package.xml
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>
4 changes: 2 additions & 2 deletions fake_joint_driver/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<license>Apache License 2.0</license>

<url type="website">http://wiki.ros.org/fake_joint_driver</url>
<url type="repository">https://github.com/tork-a/fake_joint_driver</url>
<url type="bugtracker">https://github.com/tork-a/fake_joint_driver/issues</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>

Expand Down
7 changes: 4 additions & 3 deletions fake_joint_launch/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit f91213c

Please sign in to comment.