Main MRPT website > C++ reference for MRPT 1.5.6
dependency_liblas.h
Go to the documentation of this file.
1 /* +---------------------------------------------------------------------------+
2  | Mobile Robot Programming Toolkit (MRPT) |
3  | http://www.mrpt.org/ |
4  | |
5  | Copyright (c) 2005-2017, Individual contributors, see AUTHORS file |
6  | See: http://www.mrpt.org/Authors - All rights reserved. |
7  | Released under BSD License. See details in http://www.mrpt.org/License |
8  +---------------------------------------------------------------------------+ */
9 
10 /** \page dep-liblas External dependency: liblas
11  *
12 
13 <small> <a href="dependencies.html">Back to list of dependencies</a> </small>
14 <br>
15 
16 <h2>Dependency: <code>LAS (liblas)</code></h2>
17 <hr>
18 
19 The <a href="http://www.liblas.org/" >ASPRS LiDAR LAS</a> file format for point cloud datasets.
20 If available, it will provide the functionality of loading/saving mrpt::maps::CPointsMaps to LAS files.
21 
22 See: \ref mrpt_maps_liblas_grp
23 
24 Since MRPT 1.5.0, building MRPT against liblas is not required. In turn, user programs requiring this feature
25 must make sure of adding the required compiler and linker flags to their programs, and including the
26 additional file `#include <mrpt/maps/CPointsMap_liblas.h>`.
27 
28 Install libLAS in Ubuntu/Debian with: `sudo apt-get install liblas-dev liblas-c-dev`
29 
30 */
31 



Page generated by Doxygen 1.8.14 for MRPT 1.5.6 Git: 4c65e8431 Tue Apr 24 08:18:17 2018 +0200 at lun oct 28 01:35:26 CET 2019