goulib.motion¶
motion simulation (kinematics)
Functions
|
calculates a constant acceleration Segment between start and end |
|
smooth trajectory from an initial position and initial speed (p0,v0) to a final position and speed (p1,v1) * if t1<=t0, t1 is calculated |
|
|
|
|
|
|
|
|
|
Classes
|
represents a function of time returning position, velocity, and acceleration |
|
a PVA defined between 2 times, null elsewhere |
|
a segment defined by a polynomial position law |
|
can be initialized with a list of segment (that of course can also be a Segments) :param label: a label can be given |