forked from ENSTABretagneRobotics/razor_imu_9dof
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
35 lines (26 loc) · 1.04 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<package>
<name>razor_imu_9dof</name>
<version>1.1.1</version>
<description>
razor_imu_9dof is a package that provides a ROS driver
for the Sparkfun Razor IMU 9DOF. It also provides Arduino
firmware that runs on the Razor board, and which must be
installed on the Razor board for the system to work. A node
which displays the attitude (roll, pitch and yaw) of the Razor board
(or any IMU) is provided for testing.
</description>
<maintainer email="[email protected]">Kristof Robot</maintainer>
<license>BSD</license>
<author>Tang Tiong Yew</author>
<author>Kristof Robot</author>
<author>Paul Bouchier</author>
<author>Peter Bartz</author>
<url type="website">http://ros.org/wiki/razor_imu_9dof</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>dynamic_reconfigure</build_depend>
<run_depend>rospy</run_depend>
<run_depend>tf</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>python-serial</run_depend>
<run_depend>dynamic_reconfigure</run_depend>
</package>