iSAM
isam::Pose2d_Pose2d_Factor Class Reference

#include <slam2d.h>

Inheritance diagram for isam::Pose2d_Pose2d_Factor:
Collaboration diagram for isam::Pose2d_Pose2d_Factor:

List of all members.

Public Member Functions

 Pose2d_Pose2d_Factor (Pose2d_Node *pose1, Pose2d_Node *pose2, const Pose2d &measure, const Noise &noise, Anchor2d_Node *anchor1=NULL, Anchor2d_Node *anchor2=NULL)
void initialize ()
Eigen::VectorXd basic_error (Selector s=LINPOINT) const
Jacobian jacobian ()

Detailed Description

Odometry or loop closing constraint, from pose1 to pose2.

Definition at line 130 of file slam2d.h.


Constructor & Destructor Documentation

isam::Pose2d_Pose2d_Factor::Pose2d_Pose2d_Factor ( Pose2d_Node pose1,
Pose2d_Node pose2,
const Pose2d measure,
const Noise noise,
Anchor2d_Node anchor1 = NULL,
Anchor2d_Node anchor2 = NULL 
) [inline]

Constructor.

Parameters:
pose1The pose from which the measurement starts.
pose2The pose to which the measurement extends.
measureThe relative measurement from pose1 to pose2 (pose2 in pose1's frame).
noiseThe 3x3 square root information matrix (upper triangular).
anchor1Optional anchor node for trajectory to which pose1 belongs to.
anchor2Optional anchor node for trajectory to which pose2 belongs to.

Definition at line 145 of file slam2d.h.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables