

Definition at line 25 of file robQuintic.h.
| robQuintic::robQuintic | ( | double | t1, | |
| const vctFixedSizeVector< double, 3 > & | y1, | |||
| const vctFixedSizeVector< double, 3 > & | y1d, | |||
| const vctFixedSizeVector< double, 3 > & | y1dd, | |||
| double | t2, | |||
| const vctFixedSizeVector< double, 3 > & | y2, | |||
| const vctFixedSizeVector< double, 3 > & | y2d, | |||
| const vctFixedSizeVector< double, 3 > & | y2dd | |||
| ) |
Define a 5th order polynomial passing throuh
and
.
The final time
is determined by the maximum velocities. The function is bounded by
.
| t1 | The initial time | |
| y1 | The value | |
| y1d | The value | |
| y1dd | The value | |
| t2 | The final time | |
| y2 | The value | |
| y2d | The value | |
| y2dd | The value |
| robQuintic::robQuintic | ( | double | t1, | |
| const vctDynamicVector< double > & | y1, | |||
| const vctDynamicVector< double > & | y1d, | |||
| const vctDynamicVector< double > & | y1dd, | |||
| double | t2, | |||
| const vctDynamicVector< double > & | y2, | |||
| const vctDynamicVector< double > & | y2d, | |||
| const vctDynamicVector< double > & | y2dd | |||
| ) |
Define a N 5th order polynomials passing throuh
and
.
The final time
is determined by the maximum velocities. The function is bounded by
.
| t1 | The initial time | |
| y1 | The value | |
| y1d | The value | |
| y1dd | The value | |
| t2 | The final time | |
| y2 | The value | |
| y2d | The value | |
| y2dd | The value |