DisplacementProfile
@Serializable
@SerialName(value = "DisplacementProfile")
Acceleration-limited motion profile parameterized by displacement.
This class represents a piecewise profile where:
disps contains displacement waypoints, beginning at zero and sorted ascending
vels contains velocities at each displacement waypoint
accels contains constant accelerations applied over each displacement interval
The profile can be queried at any displacement to get velocity and acceleration values.