|
#include <armarx/localization_and_mapping/cartographer_adapter/ArVizDrawer.h>
Public Member Functions | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | ArVizDrawer (armarx::viz::Client &arviz, const Eigen::Isometry3f &world_T_map) |
void | onLaserSensorData (const LaserScannerData &laserData) override |
void | onLocalSlamData (const LocalSlamData &slamData) override |
void | onOdomPose (const Eigen::Isometry3f &odomPose) |
void | setMapCorrection (const Eigen::Isometry3f &mapCorrection) |
void | setWorldToMapTransform (const Eigen::Isometry3f &world_T_map) |
~ArVizDrawer () override | |
![]() | |
virtual | ~SlamDataCallable ()=default |
Definition at line 56 of file ArVizDrawer.h.
ArVizDrawer | ( | armarx::viz::Client & | arviz, |
const Eigen::Isometry3f & | world_T_map | ||
) |
Definition at line 54 of file ArVizDrawer.cpp.
|
override |
Definition at line 61 of file ArVizDrawer.cpp.
|
overridevirtual |
Implements SlamDataCallable.
Definition at line 234 of file ArVizDrawer.cpp.
|
overridevirtual |
Implements SlamDataCallable.
Definition at line 132 of file ArVizDrawer.cpp.
void onOdomPose | ( | const Eigen::Isometry3f & | odomPose | ) |
void setMapCorrection | ( | const Eigen::Isometry3f & | mapCorrection | ) |
Definition at line 277 of file ArVizDrawer.cpp.
void setWorldToMapTransform | ( | const Eigen::Isometry3f & | world_T_map | ) |
Definition at line 285 of file ArVizDrawer.cpp.