karto::LinkInfo Class Reference
#include <Mapper.h>
List of all members.
Detailed Description
Definition at line 78 of file Mapper.h.
Constructor & Destructor Documentation
karto::LinkInfo::LinkInfo |
( |
const Pose2 & |
rPose1, |
|
|
const Pose2 & |
rPose2, |
|
|
const Matrix3 & |
rCovariance | |
|
) |
| | [inline] |
Constructs a link between the given poses
- Parameters:
-
| rPose1 | |
| rPose2 | |
| rCovariance | |
Definition at line 87 of file Mapper.h.
virtual karto::LinkInfo::~LinkInfo |
( |
|
) |
[inline, virtual] |
Destructor
Definition at line 95 of file Mapper.h.
Member Function Documentation
const Matrix3& karto::LinkInfo::GetCovariance |
( |
|
) |
[inline] |
Gets the link covariance
- Returns:
- link covariance
Definition at line 153 of file Mapper.h.
const Pose2& karto::LinkInfo::GetPose1 |
( |
|
) |
[inline] |
Gets the first pose
- Returns:
- first pose
Definition at line 126 of file Mapper.h.
const Pose2& karto::LinkInfo::GetPose2 |
( |
|
) |
[inline] |
Gets the second pose
- Returns:
- second pose
Definition at line 135 of file Mapper.h.
const Pose2& karto::LinkInfo::GetPoseDifference |
( |
|
) |
[inline] |
Gets the pose difference
- Returns:
- pose difference
Definition at line 144 of file Mapper.h.
void karto::LinkInfo::Update |
( |
const Pose2 & |
rPose1, |
|
|
const Pose2 & |
rPose2, |
|
|
const Matrix3 & |
rCovariance | |
|
) |
| | [inline] |
Changes the link information to be the given parameters
- Parameters:
-
| rPose1 | |
| rPose2 | |
| rCovariance | |
Definition at line 106 of file Mapper.h.
Member Data Documentation
The documentation for this class was generated from the following file: