gtsam
Loading...
Searching...
No Matches
gtsam::PoseVelocity< PoseType > Struct Template Reference

Detailed Description

template<typename PoseType>
struct gtsam::PoseVelocity< PoseType >

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.

Template Parameters
PoseTypePose group/type (e.g., Pose2, Pose3, or a vector-space pose)

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

The documentation for this struct was generated from the following file: