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());
53 o <<
obj.getAsString() << std::endl;
mrpt::obs::CObservation2DRangeScan::Ptr scan
GRAPH_T::global_pose_t pose
void getAsString(std::string *str) const
friend std::ostream & operator<<(std::ostream &o, const TNodeProps &obj)
GLsizei GLsizei GLuint * obj
std::string getAsString() const
GLsizei const GLchar ** string
#define ASSERTDEB_(f)
Defines an assertion mechanism - only when compiled in debug.
std::string format(const char *fmt,...) MRPT_printf_format_check(1
A std::string version of C sprintf.
TNodeProps operator=(const TNodeProps &other)
Internal auxiliary classes.