Get it
Learn it
Advanced
#include <mrpt/nav/planners/TMoveTree.h> struct TNodeSE2 { // fields mrpt::math::TPose2D state; // construction TNodeSE2(const mrpt::math::TPose2D& state_); TNodeSE2(); };
mrpt::math::TPose2D state
state in SE2 as 2D pose (x, y, phi)