Project

General

Profile

Statistics
| Branch: | Revision:

root / scout / motors / manifest.xml @ ed37d345

History | View | Annotate | Download (510 Bytes)

1 c406f16b Ben
<package>
2
  <description brief="motors">
3
     motors
4 00842750 bwasserm
     Module to drive the motors and provide all motor control functionality.
5 c406f16b Ben
  </description>
6 2814387f Alex Zirbel
  <author>Ben Wasserman</author>
7 c406f16b Ben
  <license>BSD</license>
8
  <review status="unreviewed" notes=""/>
9 00842750 bwasserm
  <url>https://www.roboticsclub.org/redmine/projects/colonyscout/wiki</url>
10 c406f16b Ben
  <depend package="roscpp"/>
11
  <depend package="std_msgs"/>
12
13 2814387f Alex Zirbel
  <export>
14 d1cc615c Leon
    <cpp cflags="-I${prefix}/include" lflags="-Wl,-rpath,${prefix}/lib -L${prefix}/lib"/>
15 2814387f Alex Zirbel
  </export>
16
17 c406f16b Ben
</package>
18