From f91213c385bb36565cb866050fb8fe9d9b649b25 Mon Sep 17 00:00:00 2001 From: Ryosuke Tajima Date: Fri, 17 Aug 2018 17:11:17 +0900 Subject: [PATCH] Add fake_joint meta-package --- fake_joint/CMakeLists.txt | 4 ++++ fake_joint/package.xml | 24 ++++++++++++++++++++++++ fake_joint_driver/package.xml | 4 ++-- fake_joint_launch/package.xml | 7 ++++--- 4 files changed, 34 insertions(+), 5 deletions(-) create mode 100644 fake_joint/CMakeLists.txt create mode 100644 fake_joint/package.xml diff --git a/fake_joint/CMakeLists.txt b/fake_joint/CMakeLists.txt new file mode 100644 index 0000000..37e8f6c --- /dev/null +++ b/fake_joint/CMakeLists.txt @@ -0,0 +1,4 @@ +cmake_minimum_required(VERSION 2.8.3) +project(fake_joint) +find_package(catkin REQUIRED) +catkin_metapackage() diff --git a/fake_joint/package.xml b/fake_joint/package.xml new file mode 100644 index 0000000..4e6e202 --- /dev/null +++ b/fake_joint/package.xml @@ -0,0 +1,24 @@ + + + fake_joint + 0.0.0 + + This metapackage depends on fake-joint related package for ros_control. + + Ryosuke Tajima + Tokyo Opensource Robotics Kyokai (TORK) Developer Team + Apache License 2.0 + + http://wiki.ros.org/fake_joint + https://github.com/tork-a/fake_joint + https://github.com/tork-a/fake_joint/issues + + catkin + + fake_joint_driver + fake_joint_launch + + + + + diff --git a/fake_joint_driver/package.xml b/fake_joint_driver/package.xml index 6220b74..0cb2f5b 100644 --- a/fake_joint_driver/package.xml +++ b/fake_joint_driver/package.xml @@ -9,8 +9,8 @@ Apache License 2.0 http://wiki.ros.org/fake_joint_driver - https://github.com/tork-a/fake_joint_driver - https://github.com/tork-a/fake_joint_driver/issues + https://github.com/tork-a/fake_joint + https://github.com/tork-a/fake_joint/issues catkin diff --git a/fake_joint_launch/package.xml b/fake_joint_launch/package.xml index 502df29..e16fd55 100644 --- a/fake_joint_launch/package.xml +++ b/fake_joint_launch/package.xml @@ -2,14 +2,15 @@ fake_joint_launch 0.0.1 - Collection of the launch files for fake_joint_driver - + Collection of the launch files for fake_joint_driver. + Ryosuke Tajima Tokyo Opensource Robotics Kyokai (TORK) Developer Team Apache License 2.0 http://wiki.ros.org/fake_joint_launch - Ryosuke Tajima + https://github.com/tork-a/fake_joint + https://github.com/tork-a/fake_joint/issues catkin