getting_started:tutorials:pathplanner
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| getting_started:tutorials:pathplanner [2026/05/12 10:03] – created ursgraf | getting_started:tutorials:pathplanner [2026/05/12 10:43] (current) – [Rate Limiter] ursgraf | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Example with Path Planners ====== | ====== Example with Path Planners ====== | ||
| - | You can find various path planners under [[eeros_architecture: | + | You can find various path planners under [[eeros_architecture: |
| + | |||
| + | ===== Constant Acceleration ===== | ||
| + | For the first example using a [[eeros_architecture: | ||
| 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 8: | Line 11: | ||
| </ | </ | ||
| + | The example shows the output of the path planner in the log, with the actual acceleration, | ||
| + | ===== Constant Jerk ===== | ||
| + | The second 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 jerk, acceleration, | ||
| + | |||
| + | ===== 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.1778573025.txt.gz · Last modified: by ursgraf
