From 34d528afc56b837ed449ba1bcec9fa723dd3631b Mon Sep 17 00:00:00 2001 From: Dawit Abate Date: Thu, 4 Jul 2019 16:46:35 +0300 Subject: [PATCH] Added catkin package files --- CMakeLists.txt | 15 +++++++++++++++ package.xml | 19 +++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 CMakeLists.txt create mode 100644 package.xml 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 + +