16 template <
class GRAPH_T>
19 typename GRAPH_T::global_pose_t
pose;
24 this->pose = other.
pose;
25 this->scan = other.
scan;
33 *str +=
mrpt::format(
"Pose: %s|\t", this->pose.asString().c_str());
36 *str +=
mrpt::format(
"Scan #%lu", this->scan->getScanSize());
mrpt::obs::CObservation2DRangeScan::Ptr scan
GRAPH_T::global_pose_t pose
std::string std::string format(std::string_view fmt, ARGS &&... args)
void getAsString(std::string *str) const
friend std::ostream & operator<<(std::ostream &o, const TNodeProps &obj)
std::string getAsString() const
#define ASSERTDEB_(f)
Defines an assertion mechanism - only when compiled in debug.
TNodeProps operator=(const TNodeProps &other)
Internal auxiliary classes.