diff --git a/robotis_framework/CMakeLists.txt b/robotis_framework/CMakeLists.txt new file mode 100644 index 0000000..d336fe9 --- /dev/null +++ b/robotis_framework/CMakeLists.txt @@ -0,0 +1,4 @@ +cmake_minimum_required(VERSION 2.8.3) +project(robotis_framework) +find_package(catkin REQUIRED) +catkin_metapackage() diff --git a/robotis_framework/package.xml b/robotis_framework/package.xml new file mode 100644 index 0000000..170f107 --- /dev/null +++ b/robotis_framework/package.xml @@ -0,0 +1,17 @@ + + + robotis_framework + 0.1.0 + ROS packages for the robotis_framework (meta package) + BSD + zerom + pyo + https://github.com/ROBOTIS-GIT/ROBOTIS-Framework/issues + https://github.com/ROBOTIS-GIT/ROBOTIS-Framework + http://wiki.ros.org/robotis_framework + catkin + robotis_framework_common + robotis_device + robotis_controller + +