|
gtsam
|
Simple container for a pose and its corresponding velocity.
Used as the local representation of a state when interpolating pose and velocity pairs. The velocity uses the tangent vector type associated with the PoseType.
Public Member Functions | |
| std::pair< PoseType, typename traits< PoseType >::TangentVector > | asPair () const |
| Returns pose and velocity as a std::pair. | |
Public Attributes | |
| PoseType | pose |
| traits< PoseType >::TangentVector | vel |