17 template <
class GRAPH_T>
20 typename GRAPH_T::global_pose_t
pose;
25 this->pose = other.
pose;
26 this->scan = other.
scan;
34 *str +=
mrpt::format(
"Pose: %s|\t", this->pose.asString().c_str());
37 *str +=
mrpt::format(
"Scan #%lu", this->scan->getScanSize());
54 o <<
obj.getAsString() << endl;
std::shared_ptr< CObservation2DRangeScan > Ptr
#define ASSERTDEB_(f)
Defines an assertion mechanism - only when compiled in debug.
GLsizei GLsizei GLuint * obj
GLsizei const GLchar ** string
std::string format(const char *fmt,...) MRPT_printf_format_check(1
A std::string version of C sprintf.
Internal auxiliary classes.
TNodeProps operator=(const TNodeProps &other)
friend std::ostream & operator<<(std::ostream &o, const TNodeProps &obj)
void getAsString(std::string *str) const
mrpt::obs::CObservation2DRangeScan::Ptr scan
GRAPH_T::global_pose_t pose
std::string getAsString() const