|
LightLib
PROS library for VEX V5: EKF/MCL localization, RAMSETE path following, high-level chassis API
|
The output of the initial, "naive" generation step. More...
#include <spline.hpp>
Public Member Functions | |
| GeneratedPoint (Pose ipose, double icurvature=0.0) | |
| std::string | to_string () const |
Public Attributes | |
| Pose | pose |
| double | curvature |
The output of the initial, "naive" generation step.
We discard the derivative values to replace them with values from a motion profile.
Definition at line 108 of file spline.hpp.
|
inline |
Definition at line 109 of file spline.hpp.
|
inline |
Definition at line 112 of file spline.hpp.
| double squiggles::SplineGenerator::GeneratedPoint::curvature |
Definition at line 118 of file spline.hpp.
| Pose squiggles::SplineGenerator::GeneratedPoint::pose |
Definition at line 117 of file spline.hpp.