|
#include <armarx/navigation/algorithms/smoothing/CircularPathSmoothing.h>
Public Types | |
using | Point = Eigen::Vector2f |
using | Points = std::vector< Point > |
Public Member Functions | |
core::GlobalTrajectory | smooth (const core::GlobalTrajectory &trajectory) |
Points | smooth (const Points &p) |
circular path smoothing More... | |
Definition at line 33 of file CircularPathSmoothing.h.
using Point = Eigen::Vector2f |
Definition at line 38 of file CircularPathSmoothing.h.
Definition at line 39 of file CircularPathSmoothing.h.
core::GlobalTrajectory smooth | ( | const core::GlobalTrajectory & | trajectory | ) |
CircularPathSmoothing::Points smooth | ( | const Points & | p | ) |
circular path smoothing
Definition at line 38 of file CircularPathSmoothing.cpp.