Description of a path segment with its corresponding control inputs. More...
#include <steering_functions.hpp>
Public Attributes | |
double | delta_s |
Signed arc length of a segment. More... | |
double | kappa |
Curvature at the beginning of a segment. More... | |
double | sigma |
Sharpness (derivative of curvature with respect to arc length) of a segment. More... | |
Description of a path segment with its corresponding control inputs.
Definition at line 82 of file steering_functions.hpp.
double steering::Control::delta_s |
Signed arc length of a segment.
Definition at line 85 of file steering_functions.hpp.
double steering::Control::kappa |
Curvature at the beginning of a segment.
Definition at line 88 of file steering_functions.hpp.
double steering::Control::sigma |
Sharpness (derivative of curvature with respect to arc length) of a segment.
Definition at line 91 of file steering_functions.hpp.