forked from UbiquityRobotics/magni_robot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
28 lines (22 loc) · 887 Bytes
/
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
<?xml version="1.0"?>
<package format="2">
<name>magni_bringup</name>
<version>0.4.3</version>
<description>The magni_bringup package</description>
<maintainer email="[email protected]">Rohan Agrawal</maintainer>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<exec_depend>magni_description</exec_depend>
<exec_depend>ubiquity_motor</exec_depend>
<exec_depend>robot_state_publisher</exec_depend>
<exec_depend>controller_manager</exec_depend>
<exec_depend>joint_state_controller</exec_depend>
<exec_depend>diff_drive_controller</exec_depend>
<exec_depend>oled_display_node</exec_depend>
<!-- Force chrony to be installed -->
<exec_depend>chrony</exec_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->
</export>
</package>