|
|
#include <armarx/localization_and_mapping/cartographer_adapter/ArVizDrawer.h>
Inheritance diagram for ArVizDrawer: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 | |
Public Member Functions inherited from SlamDataCallable | |
| 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.
Here is the call graph for this function:
|
overridevirtual |
Implements SlamDataCallable.
Definition at line 132 of file ArVizDrawer.cpp.
Here is the call graph for this function:| 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.