MRPT  2.0.1
dependency_liblas.h
Go to the documentation of this file.
1 /* +---------------------------------------------------------------------------+
2  | Mobile Robot Programming Toolkit (MRPT) |
3  | https://www.mrpt.org/ |
4  | |
5  | Copyright (c) 2005-2020, Individual contributors, see AUTHORS file |
6  | See: https://www.mrpt.org/Authors - All rights reserved. |
7  | Released under BSD License. See details in https://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 2.0.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020