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

Detailed Description

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

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.

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

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

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