-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
34 lines (28 loc) · 960 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
29
30
31
32
33
34
<?xml version="1.0"?>
<package format="2">
<name>turtlebot_slam</name>
<version>0.0.0</version>
<description>Mapping and Localization Components for Turtlebots</description>
<maintainer email="[email protected]">Somesh Daga</maintainer>
<license>MIT</license>
<author email="[email protected]">Somesh Daga</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<depend>dynamic_reconfigure</depend>
<depend>eigen</depend>
<depend>gazebo_msgs</depend>
<depend>geometry_msgs</depend>
<depend>nav_msgs</depend>
<depend>rospy</depend>
<depend>sensor_msgs</depend>
<depend>tf2</depend>
<depend>tf2_geometry_msgs</depend>
<depend>tf2_ros</depend>
<depend>visualization_msgs</depend>
<exec_depend>gmapping</exec_depend>
<exec_depend>rqt_reconfigure</exec_depend>
<exec_depend>rviz</exec_depend>
<exec_depend>turtlebot_description</exec_depend>
<export>
</export>
</package>