diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..d4f2ba6 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,15 @@ + +cmake_minimum_required(VERSION 2.8.3) +project(humanoid_17dof_description) + +find_package(catkin REQUIRED COMPONENTS + rospy +) +catkin_python_setup() + +catkin_package() + +include_directories( + ${catkin_INCLUDE_DIRS} +) + diff --git a/package.xml b/package.xml new file mode 100644 index 0000000..997c097 --- /dev/null +++ b/package.xml @@ -0,0 +1,19 @@ + + + freecad_to_gazebo + 1.0.0 + Freecad to Gazebo/ROS exporter + + Dawit Abate + + GPLv3 + + + + Dawit Abate + + catkin + rospy + rospy + +