Skip to content

Commit

Permalink
Added meta-package alpyca
Browse files Browse the repository at this point in the history
  • Loading branch information
arturmiller committed Jan 27, 2019
1 parent 9e0bbba commit 9e18db4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions alpyca/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cmake_minimum_required(VERSION 2.8.3)
project(alpyca)
16 changes: 16 additions & 0 deletions alpyca/package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0"?>
<package>
<name>alpyca</name>
<version>0.0.1</version>
<description>The main idea of Alpyca is to make robot development with ROS as easy as possible.</description>

<maintainer email="amiller89@gmail.com">Artur Miller</maintainer>
<author email="amiller89@gmx.de">Artur Miller</author>
<author email="boehle@gmail.com">Sebastian Boehle</author>
<license>MIT</license>

<buildtool_depend>catkin</buildtool_depend>
<run_depend>alpyca_comm</run_depend>
<run_depend>alpyca_sim</run_depend>

</package>

0 comments on commit 9e18db4

Please sign in to comment.