eeros_architecture:control_system:available_blocks:pathplannerconstacc
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
eeros_architecture:control_system:available_blocks:pathplannerconstacc [2020/09/03 09:01] – created ursgraf | eeros_architecture:control_system:available_blocks:pathplannerconstacc [2020/09/03 12:11] (current) – ursgraf | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Path Planner Constant Acceleration ====== | ====== Path Planner Constant Acceleration ====== | ||
- | This path planner | + | This path planner |
- | The jerk within the second interval is 1e4 while the acceleration, | + | The user can choose a start position |
- | [{{ : | + | |
- | The trajectory file is loaded with | + | [{{ : |
+ | |||
+ | With | ||
<code cpp> | <code cpp> | ||
- | | + | |
</ | </ | ||
- | where '' | + | you dispatch a new trajectory. The trajectory is calculated with the maximum acceleration, |
- | \\ | + | You can also choose a start position and move to an end position with |
- | When calling | + | |
<code cpp> | <code cpp> | ||
- | move(startPos); | + | |
+ | setStart(start); | ||
+ | | ||
</ | </ | ||
- | 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 '' | + | |
eeros_architecture/control_system/available_blocks/pathplannerconstacc.1599116516.txt.gz · Last modified: 2020/09/03 09:01 by ursgraf