21 template <
class GRAPH_T>
24 typename GRAPH_T::global_pose_t
pose;
29 this->pose = other.
pose;
30 this->scan = other.
scan;
38 *str +=
mrpt::format(
"Pose: %s|\t", this->pose.asString().c_str());
41 *str +=
mrpt::format(
"Scan #%lu", this->scan->getScanSize());
58 o <<
obj.getAsString() << endl;
mrpt::obs::CObservation2DRangeScan::Ptr scan
GRAPH_T::global_pose_t pose
std::string format(const char *fmt,...) MRPT_printf_format_check(1
A std::string version of C sprintf.
void getAsString(std::string *str) const
friend std::ostream & operator<<(std::ostream &o, const TNodeProps &obj)
std::shared_ptr< CObservation2DRangeScan > Ptr
GLsizei GLsizei GLuint * obj
std::string getAsString() const
GLsizei const GLchar ** string
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
TNodeProps operator=(const TNodeProps &other)