|
|
#include "LaserScannerSelfLocalisation.h"#include <ArmarXCore/core/system/ArmarXDataPath.h>#include <ArmarXCore/core/time/TimeUtil.h>#include <ArmarXCore/core/util/IceReportSkipper.h>#include <ArmarXCore/util/json/JSONObject.h>#include <RobotAPI/libraries/core/FramedPose.h>#include <RobotAPI/libraries/core/math/MathUtils.h>#include <cfloat>#include <chrono>#include <fstream>#include <iomanip>#include <Eigen/Geometry>#include <IceUtil/UUID.h>#include <SimoxUtility/json/json.hpp>#include <MemoryX/core/MemoryXCoreObjectFactories.h>#include <MemoryX/libraries/helpers/EarlyVisionHelpers/Gaussian.h>#include <MemoryX/libraries/memorytypes/MemoryXTypesObjectFactories.h>
Include dependency graph for LaserScannerSelfLocalisation.cpp:Go to the source code of this file.
Macros | |
| #define | ARMARX_LSSL_UPDATE_PROPERTY(name) |
Typedefs | |
| using | Line = Eigen::ParametrizedLine< float, 2 > |
| #define ARMARX_LSSL_UPDATE_PROPERTY | ( | name | ) |
Definition at line 52 of file LaserScannerSelfLocalisation.cpp.