diff --git a/urdf_parser/CMakeLists.txt b/urdf_parser/CMakeLists.txt
deleted file mode 100644
index c4d486b..0000000
--- a/urdf_parser/CMakeLists.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-cmake_minimum_required(VERSION 2.8.3)
-project(urdf_parser)
-
-find_package(catkin REQUIRED COMPONENTS urdfdom)
-
-catkin_package(
- DEPENDS urdfdom
- )
diff --git a/urdf_parser/mainpage.dox b/urdf_parser/mainpage.dox
deleted file mode 100644
index 9287a45..0000000
--- a/urdf_parser/mainpage.dox
+++ /dev/null
@@ -1,159 +0,0 @@
-/**
-\mainpage
-\htmlinclude manifest.html
-
-urdf::Model is a class containing robot model data structure.
-Every Robot Description File (URDF) can be described as a list of Links (urdf::Model::links_) and Joints (urdf::Model::joints_).
-The connection between links(nodes) and joints(edges) should define a tree (i.e. 1 parent link, 0+ children links).
-\li Here is an example Robot Description Describing a Parent Link 'P', a Child Link 'C', and a Joint 'J'
- @verbatim
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- @endverbatim
-
-
-
-\section codeapi Code API
-
-The URDF parser API contains the following methods:
- \li Parse and build tree from XML: urdf::Model::initXml
- \li Parse and build tree from File: urdf::Model::initFile
- \li Parse and build tree from String: urdf::Model::initString
- \li Get Root Link: urdf::Model::getRoot
- \li Get Link by name urdf::Model::getLink
- \li Get all Link's urdf::Model::getLinks
- \li Get Joint by name urdf::Model::getJoint
-
-
-
-
-
-
-
-
-*/
diff --git a/urdf_parser/package.xml b/urdf_parser/package.xml
deleted file mode 100644
index f33b90c..0000000
--- a/urdf_parser/package.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-
- urdf_parser
- 1.10.9
-
- This package is DEPRECATED. Please use the urdfdom dependency directly instead of this package.
-
- This package contains a C++ parser for the Unified Robot
- Description Format (URDF), which is an XML format for representing
- a robot model. The parser reads a URDF XML robot description, and
- creates a C++ URDF model. Although it is possible to directly use
- this parser when working with URDF robot descriptions, the
- preferred user API is found in the urdf package.
-
-
- Wim Meeussen
- John Hsu
- Rosen Diankov
- Ioan Sucan
-
- BSD
-
- http://ros.org/wiki/urdf_parser
- https://github.com/ros/robot_model
- https://github.com/ros/robot_model/issues
-
- catkin
-
- urdfdom
-
- urdfdom
-
-