getting_started:tutorials:pathplanner
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| getting_started:tutorials:pathplanner [2026/05/12 10:21] – [Constant Acceleration] ursgraf | getting_started:tutorials:pathplanner [2026/05/12 10:43] (current) – [Rate Limiter] ursgraf | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| </ | </ | ||
| - | The example shows the output of the path planner in the log, with the actual acceleration, | + | The example shows the output of the path planner in the log, with the actual acceleration, |
| ===== Constant Jerk ===== | ===== Constant Jerk ===== | ||
| - | For the first example | + | The second |
| Open a shell in the build directory of your EEROS library and run | Open a shell in the build directory of your EEROS library and run | ||
| Line 21: | Line 21: | ||
| </ | </ | ||
| - | The example shows the output of the path planner in the log, with the actual acceleration, | + | The example shows the output of the path planner in the log, with the actual |
| + | ===== Cubic ===== | ||
| + | The third example uses a [[eeros_architecture: | ||
| + | Open a shell in the build directory of your EEROS library and run | ||
| + | < | ||
| + | $ ./ | ||
| + | </ | ||
| + | The example shows the output of the path planner in the log, with the actual timestamp, jerk, acceleration, | ||
| + | |||
| + | ===== Rate Limiter ===== | ||
| + | The last example shows the use of a simple [[eeros_architecture: | ||
| + | |||
| + | Open a shell in the build directory of your EEROS library and run | ||
| + | < | ||
| + | $ ./ | ||
| + | </ | ||
| + | The example shows the output of the path planner in the log, with the actual position of the step together with the output of the rate limiter. After 1s the path starts from position (0/0) and later reaches its endpoint at (2/3). After 8s it ramps down to (-1/ | ||
getting_started/tutorials/pathplanner.1778574115.txt.gz · Last modified: by ursgraf
