#include <string>
#include <vector>
Go to the source code of this file.
|
| std::vector< PathPoint > | parsePathData (const std::string &input_source, bool convertFromMeters=false) |
| | Parses path point data from a file or string.
|
| |
◆ HeadingMode
Specifies the heading behavior during path following.
| Enumerator |
|---|
| FollowPath | |
| HoldAngle | |
| CustomAngles | |
Definition at line 18 of file path.h.
◆ parsePathData()
| std::vector< PathPoint > parsePathData |
( |
const std::string & |
input_source, |
|
|
bool |
convertFromMeters = false |
|
) |
| |
Parses path point data from a file or string.
- Parameters
-
| input_source | The source identifier (e.g. filename). |
| convertFromMeters | True to scale the values from meters to inches. |
- Returns
- std::vector<PathPoint> The parsed vector of path points.