Velodyne calibration data, for usage in mrpt::obs::CObservationVelodyneScan.
It is mandatory to use some calibration data to convert Velodyne scans into 3D point clouds. Users should normally use the XML files provided by the manufacturer with each scanner, but default calibration files can be loaded with VelodyneCalibration::LoadDefaultCalibration().
Definition at line 31 of file VelodyneCalibration.h.
#include <mrpt/obs/VelodyneCalibration.h>
Classes | |
struct | PerLaserCalib |
Public Member Functions | |
VelodyneCalibration () | |
Default ctor (leaves all empty) More... | |
bool | empty () const |
Returns true if no calibration has been loaded yet. More... | |
void | clear () |
Clear all previous contents. More... | |
bool | loadFromXMLFile (const std::string &velodyne_calibration_xml_filename) |
Loads calibration from file, in the format supplied by the manufacturer. More... | |
bool | loadFromXMLText (const std::string &xml_file_contents) |
Loads calibration from a string containing an entire XML calibration file. More... | |
Static Public Member Functions | |
static const VelodyneCalibration & | LoadDefaultCalibration (const std::string &lidar_model) |
Loads default calibration files for common LIDAR models. More... | |
Public Attributes | |
std::vector< PerLaserCalib > | laser_corrections |
Private Member Functions | |
bool | internal_loadFromXMLNode (void *node) |
VelodyneCalibration::VelodyneCalibration | ( | ) |
Default ctor (leaves all empty)
Definition at line 43 of file VelodyneCalibration.cpp.
void VelodyneCalibration::clear | ( | ) |
Clear all previous contents.
Definition at line 223 of file VelodyneCalibration.cpp.
References laser_corrections.
Referenced by internal_loadFromXMLNode().
bool VelodyneCalibration::empty | ( | ) | const |
Returns true if no calibration has been loaded yet.
Definition at line 222 of file VelodyneCalibration.cpp.
References laser_corrections.
Referenced by mrpt::hwdrivers::CVelodyneScanner::initialize().
|
private |
Definition at line 44 of file VelodyneCalibration.cpp.
References ASSERT_ABOVEEQ_, mrpt::obs::VelodyneCalibration::PerLaserCalib::azimuthCorrection, clear(), mrpt::obs::VelodyneCalibration::PerLaserCalib::cosVertCorrection, mrpt::obs::VelodyneCalibration::PerLaserCalib::cosVertOffsetCorrection, mrpt::DEG2RAD(), mrpt::obs::VelodyneCalibration::PerLaserCalib::distanceCorrection, XMLNode::getChildNode(), XMLNode::getText(), mrpt::obs::VelodyneCalibration::PerLaserCalib::horizontalOffsetCorrection, XMLNode::isEmpty(), laser_corrections, mrpt::obs::VelodyneCalibration::PerLaserCalib::sinVertCorrection, mrpt::obs::VelodyneCalibration::PerLaserCalib::sinVertOffsetCorrection, mrpt::obs::VelodyneCalibration::PerLaserCalib::verticalCorrection, and mrpt::obs::VelodyneCalibration::PerLaserCalib::verticalOffsetCorrection.
Referenced by loadFromXMLFile(), and loadFromXMLText().
|
static |
Loads default calibration files for common LIDAR models.
[in] | lidar_model | Valid model names are: VLP16 , HDL32 |
[MRPT_SRC or /usr]/share/mrpt/config_files/rawlog-grabber/velodyne_default_calib_{*}.xml
Definition at line 228 of file VelodyneCalibration.cpp.
References cache_default_calibs, loadFromXMLText(), velodyne_default_calib_HDL32, and velodyne_default_calib_VLP16.
bool VelodyneCalibration::loadFromXMLFile | ( | const std::string & | velodyne_calibration_xml_filename | ) |
Loads calibration from file, in the format supplied by the manufacturer.
Loads calibration from file.
Definition at line 195 of file VelodyneCalibration.cpp.
References eXMLErrorNone, XMLNode::getError(), internal_loadFromXMLNode(), XMLNode::parseFile(), and results.
Referenced by mrpt::hwdrivers::CVelodyneScanner::loadCalibrationFile().
bool VelodyneCalibration::loadFromXMLText | ( | const std::string & | xml_file_contents | ) |
Loads calibration from a string containing an entire XML calibration file.
Definition at line 165 of file VelodyneCalibration.cpp.
References eXMLErrorNone, XMLNode::getError(), internal_loadFromXMLNode(), XMLNode::parseString(), and results.
Referenced by LoadDefaultCalibration().
std::vector<PerLaserCalib> mrpt::obs::VelodyneCalibration::laser_corrections |
Definition at line 71 of file VelodyneCalibration.h.
Referenced by clear(), empty(), internal_loadFromXMLNode(), and velodyne_scan_to_pointcloud().
Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST |