|
|
#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 35 of file CircularPathSmoothing.h.
| using Point = Eigen::Vector2f |
Definition at line 40 of file CircularPathSmoothing.h.
Definition at line 41 of file CircularPathSmoothing.h.
| core::GlobalTrajectory smooth | ( | const core::GlobalTrajectory & | trajectory | ) |
| CircularPathSmoothing::Points smooth | ( | const Points & | p | ) |
circular path smoothing
Definition at line 40 of file CircularPathSmoothing.cpp.
Here is the call graph for this function: