Expand description
Minimum-snap 3D trajectory generation for drone waypoint tracking.
This module builds piecewise seventh-order polynomial segments with
position, velocity, acceleration, and jerk boundary constraints. The
generated trajectory can be sampled into DesiredState values and fed
into the existing quadrotor PD tracker.
Structs§
- Minimum
Snap Boundary - Full boundary conditions for one 3D minimum-snap endpoint.
- Minimum
Snap Coeffs - Coefficients of a seventh-order polynomial:
c[0] + c[1] * t + ... + c[7] * t^7. - Minimum
Snap Segment - A piecewise minimum-snap segment for x/y/z.