-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.xml
More file actions
28 lines (24 loc) · 784 Bytes
/
package.xml
File metadata and controls
28 lines (24 loc) · 784 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
25
26
27
28
<?xml version="1.0"?>
<package format="3">
<name>wall_follower</name>
<version>1.0.0</version>
<description>A wall follower for the racecar.</description>
<maintainer email="sebastianag2002@gmail.com">racecar@mit.edu</maintainer>
<license>MIT</license>
<buildtool_depend>ament_python</buildtool_depend>
<depend>ackermann_msgs</depend>
<depend>geometry_msgs</depend>
<depend>rclpy</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>visualization_msgs</depend>
<export>
<build_type>ament_python</build_type>
<depend>ackermann_msgs</depend>
<depend>geometry_msgs</depend>
<depend>rclpy</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>visualization_msgs</depend>
</export>
</package>