Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
corelib
include
rtabmap
core
IMUThread.h
Go to the documentation of this file.
1
/*
2
Copyright (c) 2010-2016, Mathieu Labbe - IntRoLab - Universite de Sherbrooke
3
All rights reserved.
4
5
Redistribution and use in source and binary forms, with or without
6
modification, are permitted provided that the following conditions are met:
7
* Redistributions of source code must retain the above copyright
8
notice, this list of conditions and the following disclaimer.
9
* Redistributions in binary form must reproduce the above copyright
10
notice, this list of conditions and the following disclaimer in the
11
documentation and/or other materials provided with the distribution.
12
* Neither the name of the Universite de Sherbrooke nor the
13
names of its contributors may be used to endorse or promote products
14
derived from this software without specific prior written permission.
15
16
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
17
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
19
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY
20
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
21
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
22
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
23
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
25
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
*/
27
28
#pragma once
29
30
#include "
rtabmap/core/RtabmapExp.h
"
// DLL export/import defines
31
32
#include <
rtabmap/core/Transform.h
>
33
#include <
rtabmap/utilite/UThread.h
>
34
#include <
rtabmap/utilite/UEventsSender.h
>
35
#include <
rtabmap/utilite/UTimer.h
>
36
37
#include <fstream>
38
39
namespace
rtabmap
40
{
41
46
class
RTABMAP_EXP
IMUThread
:
47
public
UThread
,
48
public
UEventsSender
49
{
50
public
:
51
IMUThread
(
int
rate,
const
Transform
& localTransform);
52
virtual
~
IMUThread
();
53
54
bool
init
(
const
std::string & path);
55
void
setRate(
int
rate);
56
57
private
:
58
virtual
void
mainLoopBegin();
59
virtual
void
mainLoop();
60
61
private
:
62
int
rate_
;
63
Transform
localTransform_
;
64
std::ifstream
imuFile_
;
65
UTimer
frameRateTimer_
;
66
double
captureDelay_
;
67
double
previousStamp_
;
68
};
69
70
}
// namespace rtabmap
rtabmap::IMUThread::imuFile_
std::ifstream imuFile_
Definition:
IMUThread.h:64
UTimer
Definition:
UTimer.h:46
rtabmap::Transform
Definition:
Transform.h:41
RtabmapExp.h
rtabmap_oanet.init
def init(descriptorDim, matchThreshold, iterations, cuda, model_path)
Definition:
rtabmap_oanet.py:22
UEventsSender.h
rtabmap::IMUThread::previousStamp_
double previousStamp_
Definition:
IMUThread.h:67
rtabmap::IMUThread::captureDelay_
double captureDelay_
Definition:
IMUThread.h:66
rtabmap
Definition:
CameraARCore.cpp:35
Transform.h
RTABMAP_EXP
#define RTABMAP_EXP
Definition:
RtabmapExp.h:38
rtabmap::IMUThread::rate_
int rate_
Definition:
IMUThread.h:62
UEventsSender
Definition:
UEventsSender.h:15
rtabmap::IMUThread::frameRateTimer_
UTimer frameRateTimer_
Definition:
IMUThread.h:65
UTimer.h
UThread.h
UThread
Definition:
UThread.h:86
rtabmap::IMUThread
Definition:
IMUThread.h:46
rtabmap::IMUThread::localTransform_
Transform localTransform_
Definition:
IMUThread.h:63
rtabmap
Author(s): Mathieu Labbe
autogenerated on Mon Dec 14 2020 03:34:59