Skip to content

Commit f2aebf2

Browse files
committed
Rearrange repository #4
1 parent ac72a30 commit f2aebf2

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

panther_robot/CMakeLists.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
cmake_minimum_required(VERSION 2.8.3)
2+
project(panther_robot)
3+
find_package(catkin REQUIRED)
4+
catkin_metapackage()

panther_robot/package.xml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0"?>
2+
<package>
3+
<name>panther_robot</name>
4+
<version>1.0.0</version>
5+
<description>Panther meta package provides all the basic drivers for running and using a this robot</description>
6+
7+
<maintainer email="[email protected]">Raffaello Bonghi</maintainer>
8+
<license>MIT</license>
9+
10+
<url type="website">https://rnext.it/panther</url>
11+
<url type="repository">https://github.com/rpanther/panther</url>
12+
<author email="[email protected]">Raffaello Bonghi</author>
13+
14+
<buildtool_depend>catkin</buildtool_depend>
15+
16+
<run_depend>panther_body</run_depend>
17+
<run_depend>panther_drivers</run_depend>
18+
<run_depend>panther_joystick</run_depend>
19+
20+
<export>
21+
<metapackage/>
22+
</export>
23+
</package>

0 commit comments

Comments
 (0)