-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.xml
18 lines (17 loc) · 885 Bytes
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<package format="2">
<name>mesh_to_pointcloud</name>
<version>1.0.0</version>
<description>
The mesh_to_pointcloud package offers conversion of mesh files to PCL pointclouds using OpenSceneGraph.
Supported file types: .3dc .3ds .asc .ac .bsp .dae .dw .dxf .fbx .flt .gem .geo .iv .ive .logo .lwo .lw .lws .md2 .obj .ogr .osg .pfb .ply .shp .stl .x .wrl ...
http://trac.openscenegraph.org/projects/osg/browser/OpenSceneGraph/trunk/src/osgPlugins
http://trac.openscenegraph.org/projects/osg/wiki/Support/UserGuides/Plugins
</description>
<maintainer email="[email protected]">Carlos Miguel Correia da Costa</maintainer>
<license>BSD</license>
<author email="[email protected]">Carlos Miguel Correia da Costa</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>pcl</depend>
<depend>libopenscenegraph</depend>
</package>