File tree 2 files changed +27
-0
lines changed
2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ cmake_minimum_required (VERSION 2.8.3)
2
+ project (panther_robot)
3
+ find_package (catkin REQUIRED)
4
+ catkin_metapackage()
Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments