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