Go to the documentation of this file.
17 template <
class GRAPH_T>
20 typename GRAPH_T::global_pose_t
pose;
28 this->pose = other.
pose;
29 this->scan = other.
scan;
37 *str +=
mrpt::format(
"Pose: %s|\t", this->pose.asString().c_str());
40 *str +=
mrpt::format(
"Scan #%lu", this->scan->getScanSize());
std::string getAsString() const
GRAPH_T::global_pose_t pose
void getAsString(std::string *str) const
mrpt::obs::CObservation2DRangeScan::Ptr scan
std::shared_ptr< mrpt::obs ::CObservation2DRangeScan > Ptr
TNodeProps(const TNodeProps &o)
friend std::ostream & operator<<(std::ostream &o, const TNodeProps &obj)
TNodeProps operator=(const TNodeProps &other)
Internal auxiliary classes.
#define ASSERTDEB_(f)
Defines an assertion mechanism - only when compiled in debug.
std::string std::string format(std::string_view fmt, ARGS &&... args)
Page generated by Doxygen 1.8.18 for MRPT 2.0.4 at Thu Sep 24 07:14:18 UTC 2020 | |