forked from mdrwiega/bosch_imu_driver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
executable file
·25 lines (20 loc) · 819 Bytes
/
package.xml
File metadata and controls
executable file
·25 lines (20 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<package>
<name>bosch_imu_driver</name>
<version>1.0.0</version>
<author>Michal Drwiega</author>
<maintainer email="[email protected]">Michal Drwiega</maintainer>
<license>BSD</license>
<url type="website">http://ros.org/wiki/bosch_imu_driver</url>
<description>
This package contains the driver for IMU Bosch BNO055.
In current version only UART communication is implemented.
</description>
<!-- Dependencies which this package needs to build itself. -->
<buildtool_depend>catkin</buildtool_depend>
<!-- Dependencies needed to compile this package. -->
<build_depend>rospy</build_depend>
<build_depend>sensor_msgs</build_depend>
<!-- Dependencies needed after this package is compiled. -->
<run_depend>rospy</run_depend>
<run_depend>sensor_msgs</run_depend>
</package>