|
1 | 1 | <?xml version="1.0"?>
|
2 |
| -<package> |
| 2 | +<?xml-model |
| 3 | + href="http://download.ros.org/schema/package_format3.xsd" |
| 4 | + schematypens="http://www.w3.org/2001/XMLSchema"?> |
| 5 | +<package format="3"> |
3 | 6 | <name>pointcloud_to_laserscan</name>
|
4 | 7 | <version>1.3.5</version>
|
5 | 8 | <description>Converts a 3D Point Cloud into a 2D laser scan. This is useful for making devices like the Kinect appear like a laser scanner for 2D-based algorithms (e.g. laser-based SLAM).</description>
|
|
16 | 19 |
|
17 | 20 | <buildtool_depend>catkin</buildtool_depend>
|
18 | 21 |
|
19 |
| - <build_depend>message_filters</build_depend> |
20 |
| - <build_depend>nodelet</build_depend> |
21 |
| - <build_depend>roscpp</build_depend> |
22 |
| - <build_depend>sensor_msgs</build_depend> |
23 |
| - <build_depend>tf</build_depend> |
24 |
| - <build_depend>tf2</build_depend> |
25 |
| - <build_depend>tf2_ros</build_depend> |
26 |
| - <build_depend>tf2_sensor_msgs</build_depend> |
27 |
| - <build_depend>tf2_geometry_msgs</build_depend> |
28 |
| - <build_depend>pcl_ros</build_depend> |
29 |
| - |
30 |
| - <run_depend>message_filters</run_depend> |
31 |
| - <run_depend>nodelet</run_depend> |
32 |
| - <run_depend>roscpp</run_depend> |
33 |
| - <run_depend>sensor_msgs</run_depend> |
34 |
| - <run_depend>tf</run_depend> |
35 |
| - <run_depend>tf2</run_depend> |
36 |
| - <run_depend>tf2_ros</run_depend> |
37 |
| - <run_depend>tf2_sensor_msgs</run_depend> |
38 |
| - <run_depend>tf2_geometry_msgs</run_depend> |
39 |
| - <run_depend>pcl_ros</run_depend> |
40 |
| - |
41 |
| - <run_depend>openni2_launch</run_depend> |
| 22 | + <depend>message_filters</depend> |
| 23 | + <depend>nodelet</depend> |
| 24 | + <depend>roscpp</depend> |
| 25 | + <depend>sensor_msgs</depend> |
| 26 | + <depend>tf</depend> |
| 27 | + <depend>tf2</depend> |
| 28 | + <depend>tf2_ros</depend> |
| 29 | + <depend>tf2_sensor_msgs</depend> |
| 30 | + <depend>tf2_geometry_msgs</depend> |
| 31 | + <depend>pcl_ros</depend> |
42 | 32 |
|
43 | 33 | <export>
|
44 | 34 | <nodelet plugin="${prefix}/nodelets.xml"/>
|
|
0 commit comments