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