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