#include <profilepoint.hpp>
Definition at line 18 of file profilepoint.hpp.
◆ ProfilePoint() [1/2]
Defines a state along a motion profiled path.
- Parameters
-
| ivector | The pose and associated dynamics at this state in the path. |
| iwheel_velocities | The component of the robot's velocity provided by each wheel in meters per second. |
| icurvature | The degree to which the curve deviates from a straight line at this point in 1 / meters. |
| itime | The timestamp for this state relative to the start of the path in seconds. |
Definition at line 30 of file profilepoint.hpp.
◆ ProfilePoint() [2/2]
| squiggles::ProfilePoint::ProfilePoint |
( |
| ) |
|
|
default |
◆ operator==()
◆ to_csv()
| std::string squiggles::ProfilePoint::to_csv |
( |
| ) |
const |
|
inline |
◆ to_string()
| std::string squiggles::ProfilePoint::to_string |
( |
| ) |
const |
|
inline |
Serializes the Profile Point data for debugging.
- Returns
- The Profile Point data.
Definition at line 46 of file profilepoint.hpp.
◆ operator<<
◆ curvature
| double squiggles::ProfilePoint::curvature |
◆ time
| double squiggles::ProfilePoint::time |
◆ vector
◆ wheel_velocities
| std::vector<double> squiggles::ProfilePoint::wheel_velocities |
The documentation for this struct was generated from the following file: