LaserScannerSelfLocalisation.cpp File Reference
+ Include dependency graph for LaserScannerSelfLocalisation.cpp:

Go to the source code of this file.

Namespaces

namespace  armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 

Macros

#define ARMARX_LSSL_UPDATE_PROPERTY(name)
 

Typedefs

using Line = Eigen::ParametrizedLine<float, 2>
 

Functions

 ARMARX_REGISTER_COMPONENT_EXECUTABLE (LaserScannerSelfLocalisation, "LaserScannerSelfLocalisation")
 

Macro Definition Documentation

◆ ARMARX_LSSL_UPDATE_PROPERTY

#define ARMARX_LSSL_UPDATE_PROPERTY ( name)
Value:
{ \
auto prop = getProperty<decltype(prop##name)>(#name); \
if (initial || prop.isSet()) \
{ \
prop##name = prop.getValue(); \
ARMARX_VERBOSE << VAROUT(prop##name); \
} \
}
#define VAROUT(x)
#define ARMARX_VERBOSE
The logging level for verbose information.
Definition Logging.h:187

Typedef Documentation

◆ Line

using Line = Eigen::ParametrizedLine<float, 2>

Definition at line 52 of file LaserScannerSelfLocalisation.cpp.