Go to the source code of this file.
|
| int | main () |
| |
| | TEST (testEulerVelocityConstraint, euler_end) |
| |
| | TEST (testEulerVelocityConstraint, euler_start) |
| |
| | TEST (testVelocityConstraint, trapezoidal) |
| |
|
| const double | dt = 1.0 |
| |
| PoseRTV | origin |
| |
| PoseRTV | pose1 (Point3(0.5, 0.0, 0.0), Rot3(), Velocity3(1.0, 0.0, 0.0)) |
| |
| PoseRTV | pose1a (Point3(0.5, 0.0, 0.0)) |
| |
| PoseRTV | pose2 (Point3(1.5, 0.0, 0.0), Rot3(), Velocity3(1.0, 0.0, 0.0)) |
| |
| const double | tol =1e-5 |
| |
| const Key | x1 = 1 |
| |
| const Key | x2 = 2 |
| |
◆ main()
◆ TEST() [1/3]
| TEST |
( |
testEulerVelocityConstraint |
, |
|
|
euler_end |
|
|
) |
| |
◆ TEST() [2/3]
| TEST |
( |
testEulerVelocityConstraint |
, |
|
|
euler_start |
|
|
) |
| |
◆ TEST() [3/3]
| TEST |
( |
testVelocityConstraint |
, |
|
|
trapezoidal |
|
|
) |
| |
◆ dt
◆ origin
◆ pose1
◆ pose1a
◆ pose2
◆ tol
◆ x1
◆ x2