|
#include <RobotComponents/components/LaserScannerSelfLocalisation/LaserScannerSelfLocalisation.h>
Public Attributes | |
std::vector< ExtractedEdge > | edges |
LaserScannerInfo | info |
IceUtil::Time | measurementTime |
std::shared_ptr< std::mutex > | mutex |
std::vector< Eigen::Vector2f > | points |
Eigen::Matrix4f | pose |
LaserScan | scan |
Definition at line 62 of file LaserScannerSelfLocalisation.h.
std::vector<ExtractedEdge> edges |
Definition at line 69 of file LaserScannerSelfLocalisation.h.
LaserScannerInfo info |
Definition at line 65 of file LaserScannerSelfLocalisation.h.
IceUtil::Time measurementTime |
Definition at line 70 of file LaserScannerSelfLocalisation.h.
std::shared_ptr<std::mutex> mutex |
Definition at line 66 of file LaserScannerSelfLocalisation.h.
std::vector<Eigen::Vector2f> points |
Definition at line 68 of file LaserScannerSelfLocalisation.h.
Eigen::Matrix4f pose |
Definition at line 64 of file LaserScannerSelfLocalisation.h.
LaserScan scan |
Definition at line 67 of file LaserScannerSelfLocalisation.h.