A collection of pre-built 3D objects for quick insertion in opengl::COpenGLScene objects.
Functions | |
CSetOfObjectsPtr OPENGL_IMPEXP | RobotRhodon () |
Returns a representation of Rhodon. More... | |
CSetOfObjectsPtr OPENGL_IMPEXP | RobotGiraff () |
Returns a representation of RobotGiraff. More... | |
CSetOfObjectsPtr OPENGL_IMPEXP | RobotPioneer () |
Returns a representation of a Pioneer II mobile base. More... | |
CSetOfObjectsPtr OPENGL_IMPEXP | CornerXYZ (float scale=1.0) |
Returns three arrows representing a X,Y,Z 3D corner. More... | |
CSetOfObjectsPtr OPENGL_IMPEXP | CornerXYZEye () |
Returns three arrows representing a X,Y,Z 3D corner. More... | |
CSetOfObjectsPtr OPENGL_IMPEXP | CornerXYZSimple (float scale=1.0, float lineWidth=1.0) |
Returns three arrows representing a X,Y,Z 3D corner (just thick lines instead of complex arrows for faster rendering than CornerXYZ). More... | |
CSetOfObjectsPtr OPENGL_IMPEXP | CornerXYSimple (float scale=1.0, float lineWidth=1.0) |
Returns two arrows representing a X,Y 2D corner (just thick lines, fast to render). More... | |
CSetOfObjectsPtr OPENGL_IMPEXP | BumblebeeCamera () |
Returns a simple 3D model of a PointGrey Bumblebee stereo camera. More... | |
CSetOfObjectsPtr OPENGL_IMPEXP | Hokuyo_URG () |
Returns a simple 3D model of a Hokuyo URG scanner. More... | |
CSetOfObjectsPtr OPENGL_IMPEXP | Hokuyo_UTM () |
Returns a simple 3D model of a Hokuyo UTM scanner. More... | |
CSetOfObjectsPtr OPENGL_IMPEXP | Househam_Sprayer () |
Returns a simple 3D model of a househam sprayer. More... | |
CSetOfObjectsPtr mrpt::opengl::stock_objects::BumblebeeCamera | ( | ) |
Returns a simple 3D model of a PointGrey Bumblebee stereo camera.
The generated object must be inserted in a opengl::COpenGLScene or opengl::CSetOfObjects.
Definition at line 326 of file StockObjects.cpp.
References mrpt::opengl::CCylinder::Create(), mrpt::opengl::CSetOfObjects::Create(), and mrpt::opengl::CPolyhedron::CreateCubicPrism().
CSetOfObjectsPtr mrpt::opengl::stock_objects::CornerXYSimple | ( | float | scale = 1.0 , |
float | lineWidth = 1.0 |
||
) |
Returns two arrows representing a X,Y 2D corner (just thick lines, fast to render).
The generated object must be inserted in a opengl::COpenGLScene or opengl::CSetOfObjects.
Definition at line 378 of file StockObjects.cpp.
Referenced by mrpt::graphs::detail::CVisualizer< CPOSE, MAPS_IMPLEMENTATION, TMRSlamNodeAnnotations, EDGE_ANNOTATIONS >::drawEdgeRelPoses(), mrpt::graphs::detail::CVisualizer< CPOSE, MAPS_IMPLEMENTATION, TMRSlamNodeAnnotations, EDGE_ANNOTATIONS >::drawNodeCorners(), and mrpt::opengl::graph_tools::graph_visualize().
CSetOfObjectsPtr mrpt::opengl::stock_objects::CornerXYZ | ( | float | scale = 1.0 | ) |
Returns three arrows representing a X,Y,Z 3D corner.
The generated object must be inserted in a opengl::COpenGLScene or opengl::CSetOfObjects.
Definition at line 129 of file StockObjects.cpp.
Referenced by mrpt::slam::CRangeBearingKFSLAM2D::getAs3DObject(), mrpt::slam::CRangeBearingKFSLAM::getAs3DObject(), mrpt::maps::CBeaconMap::getAs3DObject(), mrpt::hmtslam::CLocalMetricHypothesis::getAs3DScene(), mrpt::graphslam::CGraphSlamEngine< GRAPH_T >::initRobotModelVisualizationInternal(), mrpt::opengl::CSetOfObjects::posePDF2opengl(), mrpt::nav::PlannerTPS_VirtualBase::renderMoveTree(), and TEST_F().
CSetOfObjectsPtr mrpt::opengl::stock_objects::CornerXYZEye | ( | ) |
Returns three arrows representing a X,Y,Z 3D corner.
Differently from CornerXYZ the arrowhead of Z axis ends where the object is placed. This is useful if you want to place this object with the same position and orientation of a camera. The generated object must be inserted in a opengl::COpenGLScene or opengl::CSetOfObjects.
Definition at line 290 of file StockObjects.cpp.
CSetOfObjectsPtr mrpt::opengl::stock_objects::CornerXYZSimple | ( | float | scale = 1.0 , |
float | lineWidth = 1.0 |
||
) |
Returns three arrows representing a X,Y,Z 3D corner (just thick lines instead of complex arrows for faster rendering than CornerXYZ).
The generated object must be inserted in a opengl::COpenGLScene or opengl::CSetOfObjects.
Definition at line 350 of file StockObjects.cpp.
Referenced by mrpt::graphs::detail::CVisualizer< CPOSE, MAPS_IMPLEMENTATION, TMRSlamNodeAnnotations, EDGE_ANNOTATIONS >::drawEdgeRelPoses(), mrpt::graphs::detail::CVisualizer< CPOSE, MAPS_IMPLEMENTATION, TMRSlamNodeAnnotations, EDGE_ANNOTATIONS >::drawNodeCorners(), mrpt::kinematics::CKinematicChain::getAs3DObject(), mrpt::opengl::graph_tools::graph_visualize(), mrpt::opengl::CSetOfObjects::posePDF2opengl(), and mrpt::nav::PlannerTPS_VirtualBase::renderMoveTree().
CSetOfObjectsPtr mrpt::opengl::stock_objects::Hokuyo_URG | ( | ) |
Returns a simple 3D model of a Hokuyo URG scanner.
The generated object must be inserted in a opengl::COpenGLScene or opengl::CSetOfObjects.
Definition at line 399 of file StockObjects.cpp.
CSetOfObjectsPtr mrpt::opengl::stock_objects::Hokuyo_UTM | ( | ) |
Returns a simple 3D model of a Hokuyo UTM scanner.
The generated object must be inserted in a opengl::COpenGLScene or opengl::CSetOfObjects.
Definition at line 430 of file StockObjects.cpp.
CSetOfObjectsPtr mrpt::opengl::stock_objects::Househam_Sprayer | ( | ) |
Returns a simple 3D model of a househam sprayer.
The generated object must be inserted in a opengl::COpenGLScene or opengl::CSetOfObjects.
Definition at line 461 of file StockObjects.cpp.
References mrpt::utils::DEG2RAD().
CSetOfObjectsPtr mrpt::opengl::stock_objects::RobotGiraff | ( | ) |
Returns a representation of RobotGiraff.
The generated object must be inserted in a opengl::COpenGLScene or opengl::CSetOfObjects.
Definition at line 226 of file StockObjects.cpp.
References mrpt::opengl::CPolyhedron::CreateCustomPrism().
CSetOfObjectsPtr mrpt::opengl::stock_objects::RobotPioneer | ( | ) |
Returns a representation of a Pioneer II mobile base.
The generated object must be inserted in a opengl::COpenGLScene or opengl::CSetOfObjects.
Definition at line 33 of file StockObjects.cpp.
References mrpt::opengl::CSetOfTriangles::TTriangle::a, mrpt::opengl::CSetOfTriangles::TTriangle::b, mrpt::opengl::CSetOfTriangles::TTriangle::g, mrpt::opengl::CSetOfTriangles::TTriangle::r, mrpt::opengl::CSetOfTriangles::TTriangle::x, mrpt::opengl::CSetOfTriangles::TTriangle::y, and mrpt::opengl::CSetOfTriangles::TTriangle::z.
Referenced by mrpt::hmtslam::CLocalMetricHypothesis::getAs3DScene(), and mrpt::graphslam::CGraphSlamEngine< GRAPH_T >::initRobotModelVisualizationInternal().
CSetOfObjectsPtr mrpt::opengl::stock_objects::RobotRhodon | ( | ) |
Returns a representation of Rhodon.
The generated object must be inserted in a opengl::COpenGLScene or opengl::CSetOfObjects.
Definition at line 164 of file StockObjects.cpp.
References mrpt::opengl::CCylinder::Create(), and mrpt::opengl::CPolyhedron::CreateCustomPrism().
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |