eeros_architecture:control_system:available_blocks:pathplannercubic
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| eeros_architecture:control_system:available_blocks:pathplannercubic [2020/08/31 11:23] – [Path Planner Cubic] ursgraf | eeros_architecture:control_system:available_blocks:pathplannercubic [2020/09/03 08:58] (current) – ursgraf | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Path Planner Cubic ====== | ====== Path Planner Cubic ====== | ||
| - | This path planner takes precalculated cubic splines from a file and outputs the resulting values for jerk, acceleration, | + | This path planner takes precalculated cubic splines from a file and outputs the resulting values for jerk, acceleration, |
| < | < | ||
| // | // | ||
| Line 8: | Line 8: | ||
| 2.4000000e-01 | 2.4000000e-01 | ||
| </ | </ | ||
| - | The jerk within the second interval is 1e4 while the acceleration, | + | The jerk within the second interval is 1e4 while the acceleration, |
| - | {{: | + | [{{ : |
| - | | + | The trajectory |
| - | * within a given time interval. | + | < |
| - | + | | |
| - | < | + | |
| - | // | + | |
| - | 8.0000000e-02 | + | |
| - | 2.4000000e-01 | + | |
| - | 8.0000000e-02 | + | |
| - | 2.4000000e-01 | + | |
| </ | </ | ||
| + | where '' | ||
| \\ | \\ | ||
| - | A path planner block has four output signals - jerk, acceleration, | + | When calling |
| - | ===== Parameters ===== | + | <code cpp> |
| - | TODO | + | move(startPos); |
| + | </ | ||
| + | you dispatch a new trajectory. The trajectory is taken from the path file, no scaling is made. The trajectory starts from '' | ||
| + | \\ | ||
| + | You can also call | ||
| + | <code cpp> | ||
| + | move(time, startPos, deltaPos); | ||
| + | </ | ||
| + | This will take the trajectory from the file and scale it so that it starts at '' | ||
| - | ===== Miscellaneous ===== | ||
| - | TODO | ||
eeros_architecture/control_system/available_blocks/pathplannercubic.1598865807.txt.gz · Last modified: 2020/08/31 11:23 by ursgraf