diff --git a/easy_state_publisher/CMakeLists.txt b/easy_state_publisher/CMakeLists.txt
deleted file mode 100644
index a351fcd..0000000
--- a/easy_state_publisher/CMakeLists.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-cmake_minimum_required(VERSION 2.4.6)
-include($ENV{ROS_ROOT}/core/rosbuild/rosbuild.cmake)
-
-# Set the build type. Options are:
-# Coverage : w/ debug symbols, w/o optimization, w/ code-coverage
-# Debug : w/ debug symbols, w/o optimization
-# Release : w/o debug symbols, w/ optimization
-# RelWithDebInfo : w/ debug symbols, w/ optimization
-# MinSizeRel : w/o debug symbols, w/ optimization, stripped binaries
-#set(ROS_BUILD_TYPE RelWithDebInfo)
-
-rosbuild_init()
-
-#set the default path for built executables to the "bin" directory
-set(EXECUTABLE_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/bin)
-#set the default path for built libraries to the "lib" directory
-set(LIBRARY_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/lib)
-
-#uncomment if you have defined messages
-#rosbuild_genmsg()
-#uncomment if you have defined services
-#rosbuild_gensrv()
-
-rosbuild_add_executable(easy_state_publisher src/easy_state_publisher.cpp)
-rosbuild_add_executable(easy_tf_publisher src/easy_tf_publisher.cpp)
-
diff --git a/easy_state_publisher/Makefile b/easy_state_publisher/Makefile
deleted file mode 100644
index b75b928..0000000
--- a/easy_state_publisher/Makefile
+++ /dev/null
@@ -1 +0,0 @@
-include $(shell rospack find mk)/cmake.mk
\ No newline at end of file
diff --git a/easy_state_publisher/mainpage.dox b/easy_state_publisher/mainpage.dox
deleted file mode 100644
index 48fd4ab..0000000
--- a/easy_state_publisher/mainpage.dox
+++ /dev/null
@@ -1,26 +0,0 @@
-/**
-\mainpage
-\htmlinclude manifest.html
-
-\b easy_state_publisher is ...
-
-
-
-
-\section codeapi Code API
-
-
-
-
-*/
diff --git a/easy_state_publisher/manifest.xml b/easy_state_publisher/manifest.xml
deleted file mode 100644
index 3083440..0000000
--- a/easy_state_publisher/manifest.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
- Easy State Publisher publishes JointState and/or TF messages for a given robot model
-
- David Lu!!
- BSD
-
- http://ros.org/wiki/easy_state_publisher
-
-
-
-
-
-
-
-
diff --git a/easy_state_publisher/src/easy_state_publisher.cpp b/easy_state_publisher/src/easy_state_publisher.cpp
deleted file mode 100644
index 784ad52..0000000
--- a/easy_state_publisher/src/easy_state_publisher.cpp
+++ /dev/null
@@ -1,58 +0,0 @@
-#include
-#include
-#include
-#include
-#include
-#include