|
gtsam
|
Timestamped pose and velocity container.
Wraps a PoseVelocity together with a timestamp (double seconds). This is the primary representation passed to interpolation routines when computing an interpolated state at a requested time.
Public Member Functions | |
| TimestampedPoseVelocity (PoseType pose, typename traits< PoseType >::TangentVector vel, double time) | |
| TimestampedPoseVelocity (PoseVelocity< PoseType > pv, double time) | |
Public Attributes | |
| PoseVelocity< PoseType > | poseVel |
| double | timestamp |