Main MRPT website
>
C++ reference
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
mrpt
srba
landmark_jacob_families.h
Go to the documentation of this file.
1
/* +---------------------------------------------------------------------------+
2
| Mobile Robot Programming Toolkit (MRPT) |
3
| http://www.mrpt.org/ |
4
| |
5
| Copyright (c) 2005-2015, Individual contributors, see AUTHORS file |
6
| See: http://www.mrpt.org/Authors - All rights reserved. |
7
| Released under BSD License. See details in http://www.mrpt.org/License |
8
+---------------------------------------------------------------------------+ */
9
10
#pragma once
11
12
13
namespace
mrpt
{
namespace
srba {
14
15
/** Specify the kind of Jacobian to be used for compute_jacobian_dAepsDx_deps<> */
16
enum
landmark_jacob_family_t
17
{
18
jacob_point_landmark
,
//!< Landmarks are points
19
jacob_relpose_landmark
//!< "fake landmarks" used for relative pose observations
20
};
21
22
} }
// end NS
23
mrpt::srba::jacob_point_landmark
Landmarks are points.
Definition:
landmark_jacob_families.h:18
mrpt
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
Definition:
CParticleFilter.h:16
mrpt::srba::jacob_relpose_landmark
"fake landmarks" used for relative pose observations
Definition:
landmark_jacob_families.h:19
mrpt::srba::landmark_jacob_family_t
landmark_jacob_family_t
Specify the kind of Jacobian to be used for compute_jacobian_dAepsDx_deps<>
Definition:
landmark_jacob_families.h:16
Page generated by
Doxygen 1.8.9.1
for MRPT 1.3.0 SVN: at Sun Sep 13 03:55:12 UTC 2015