-
Notifications
You must be signed in to change notification settings - Fork 6
/
manifest.xml
31 lines (24 loc) · 1.19 KB
/
manifest.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
<package>
<description brief="brics_3d">
BRICS_3D is the BRICS library for 3D perception and modeling. It offers perception
algorithms to create a processing chain for object recognition or environment reconstruction
(e.g. triangle representation) via data from 3D sensors.
Beside the algorithms for perception the BRICS_3D library implements a novel scene graph based
world modeling approach to maintain the processed 3D data over a longer period of time.
This library is biased towards 3D perception and modeling for mobile manipulation applications.
</description>
<author>Sebastian Blumenthal/[email protected]</author>
<license>gnu-lgpl-v2.1 modified-bsd</license>
<review status="unreviewed" notes=""/>
<url>https://trac.best-of-robotics.org/brics/wiki/BRICS_3D/Mainpage</url>
<rosdep name="boost" />
<rosdep name="eigen" />
<depend package="cv_bridge" /> <!-- neede to find correct rosdep.yaml -->
<rosdep name="opencv2.3"/>
<!--<depend package="opencv2"/>-->
<!--<depend package="pcl_ros"/>-->
<!--<depend package="pcl"/>-->
<export>
<cpp cflags="-DEIGEN3 -I${prefix}/src -I${prefix}/external" lflags="-L${prefix}/lib" />
</export>
</package>