-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.xml
45 lines (39 loc) · 1.54 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
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0"?>
<package>
<name>spin_hokuyo</name>
<version>1.0.0</version>
<description>
This package enables a 2D Hokuyo laser, connected to a Dynamixel servo motor, to produce a 3D point cloud that can
be visualized in rviz and used to make an octomap.
</description>
<maintainer email="sbertuss@stevens.edu">Sarah Bertussi</maintainer>
<maintainer email="pszenher@stevens.edu">Paul Szenher</maintainer>
<license>GPL</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>pcl_ros</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>visualization_msgs</build_depend>
<build_depend>dynamixel_msgs</build_depend>
<build_depend>dynamixel_driver</build_depend>
<build_depend>trajectory_msgs</build_depend>
<build_depend>tf</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>laser_geometry</build_depend>
<build_depend>pcl_conversions</build_depend>
<build_depend>hokuyo_node</build_depend>
<build_depend>dynamixel_controllers</build_depend>
<build_depend>laser_assembler</build_depend>
<run_depend>roscpp</run_depend>
<run_depend>actionlib</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>trajectory_msgs</run_depend>
<run_depend>diagnostic_msgs</run_depend>
<run_depend>dynamixel_msgs</run_depend>
<run_depend>control_msgs</run_depend>
<run_depend>dynamixel_driver</run_depend>
<export>
</export>
</package>