Main Page
Namespaces
Classes
Files
File List
File Members
include
mrpt_graphslam_2d
NRD
CFixedIntervalsNRD_MR.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-2016, 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
#include "
mrpt_graphslam_2d/interfaces/CNodeRegistrationDecider_MR.h
"
13
#include <mrpt/graphslam/NRD/CICPCriteriaNRD.h>
14
15
namespace
mrpt
{
namespace
graphslam {
namespace
deciders {
16
17
template
<
class
GRAPH_T>
18
class
CFixedIntervalsNRD_MR
:
19
public
virtual
CFixedIntervalsNRD<GRAPH_T>,
20
public
virtual
CNodeRegistrationDecider_MR
<GRAPH_T>
21
{
22
public
:
23
typedef
CNodeRegistrationDecider_MR<GRAPH_T>
parent_cm
;
24
typedef
CFixedIntervalsNRD<GRAPH_T>
parent_mrpt
;
25
typedef
typename
GRAPH_T::global_pose_t
global_pose_t
;
26
27
CFixedIntervalsNRD_MR
();
28
29
private
:
30
31
32
};
33
34
} } }
// end of namespaces
35
36
#include "
CFixedIntervalsNRD_MR_impl.h
"
37
38
39
mrpt::graphslam::deciders::CFixedIntervalsNRD_MR::CFixedIntervalsNRD_MR
CFixedIntervalsNRD_MR()
Definition:
CFixedIntervalsNRD_MR_impl.h:15
mrpt::graphslam::deciders::CNodeRegistrationDecider_MR
Node Registration Decider Interface Class.
Definition:
CNodeRegistrationDecider_MR.h:35
mrpt::graphslam::deciders::CFixedIntervalsNRD_MR
Definition:
CFixedIntervalsNRD_MR.h:18
mrpt::graphslam::deciders::CFixedIntervalsNRD_MR::parent_mrpt
CFixedIntervalsNRD< GRAPH_T > parent_mrpt
Definition:
CFixedIntervalsNRD_MR.h:24
CNodeRegistrationDecider_MR.h
mrpt::graphslam::deciders::CFixedIntervalsNRD_MR::global_pose_t
GRAPH_T::global_pose_t global_pose_t
Definition:
CFixedIntervalsNRD_MR.h:25
mrpt
Definition:
CConnectionManager.h:32
CFixedIntervalsNRD_MR_impl.h
mrpt::graphslam::deciders::CFixedIntervalsNRD_MR::parent_cm
CNodeRegistrationDecider_MR< GRAPH_T > parent_cm
Definition:
CFixedIntervalsNRD_MR.h:23
mrpt_graphslam_2d
Author(s): Nikos Koukis
autogenerated on Thu Jun 6 2019 19:37:48