Closed xela-95 closed 9 months ago
Attention: Patch coverage is 32.74596%
with 458 lines
in your changes are missing coverage. Please review.
Project coverage is 54.65%. Comparing base (
13aa198
) to head (bb2e705
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I have squashed minor commits maintaining only the main ones. Merging.
This PR adds to the control board plugin the implementation of IPositionControl
This control mode uses a trajectory generator to interpolate between subsequent position references, with multiple possible options (at the moment they are trapezoidal velocity profile, minimum jerk trajectory, constant velocity).
Closes #83