template struct mrpt::graphslam::detail::TNodePropsΒΆ

#include <mrpt/graphslam/misc/TNodeProps.h>

template <class GRAPH_T>
struct TNodeProps
{
    //
fields

    GRAPH_T::global_pose_t pose;
    mrpt::obs::CObservation2DRangeScan::Ptr scan;

    // construction

    TNodeProps();
    TNodeProps(const TNodeProps& o);

    //
methods

    TNodeProps operator = (const TNodeProps& other);
    void getAsString(std::string* str) const;
    std::string getAsString() const;
};