Public Member Functions | Public Attributes | Static Public Attributes | Private Member Functions
Predictor Class Reference

#include <Predictor.h>

List of all members.

Public Member Functions

void predictOneStep (ardrone_autonomy::Navdata *nfo)
 Predictor (std::string basePath="")
void resetPos ()
void setPosRPY (double newX, double newY, double newZ, double newRoll, double newPitch, double newYaw)
void setPosSE3_droneToGlobal (TooN::SE3< double > newDroneToGlobal)
void setPosSE3_globalToDrone (TooN::SE3< double > newGlobaltoDrone)
 ~Predictor (void)

Public Attributes

TooN::SE3< double > bottmoToGlobal
TooN::SE3< double > droneToGlobal
TooN::SE3< double > frontToGlobal
TooN::SE3< double > globalToBottom
TooN::SE3< double > globaltoDrone
TooN::SE3< double > globalToFront
double lastAddedDronetime
double pitch
double roll
double x
double y
double yaw
double z
bool zCorrupted
double zCorruptedJump

Static Public Attributes

static const TooN::SE3< double > bottomToDrone = Predictor::droneToBottom.inverse()
static const TooN::SE3< double > droneToBottom = TooN::SE3<double>(TooN::SO3<double>(TooN::makeVector(3.14159265,0,0)),TooN::makeVector(0,0,0))
static const TooN::SE3< double > droneToFront = TooN::SE3<double>(TooN::SO3<double>(TooN::makeVector(3.14159265/2,0,0)),TooN::makeVector(0,0.025,-0.2))
static const TooN::SE3< double > droneToFrontNT = TooN::SE3<double>(TooN::SO3<double>(TooN::makeVector(3.14159265/2,0,0)),TooN::makeVector(0,0,0))
static const TooN::SE3< double > frontToDrone = Predictor::droneToFront.inverse()
static const TooN::SE3< double > frontToDroneNT = Predictor::droneToFrontNT.inverse()

Private Member Functions

void calcCombinedTransformations ()
void calcDtGRodTransFromSE3 ()
void calcGtDRodTransFromSE3 ()
void calcRPYXYZFromRodDisp ()

Detailed Description

This file is part of tum_ardrone.

Copyright 2012 Jakob Engel <jajuengel@gmail.com> (Technical University of Munich) For more information see <https://vision.in.tum.de/data/software/tum_ardrone>.

tum_ardrone is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

tum_ardrone is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with tum_ardrone. If not, see <http://www.gnu.org/licenses/>.

Definition at line 53 of file Predictor.h.


Constructor & Destructor Documentation

Predictor::Predictor ( std::string  basePath = "")

Definition at line 37 of file Predictor.cpp.

Definition at line 45 of file Predictor.cpp.


Member Function Documentation

Definition at line 49 of file Predictor.cpp.

void Predictor::predictOneStep ( ardrone_autonomy::Navdata *  nfo)

Definition at line 110 of file Predictor.cpp.

Definition at line 142 of file Predictor.cpp.

void Predictor::setPosRPY ( double  newX,
double  newY,
double  newZ,
double  newRoll,
double  newPitch,
double  newYaw 
)

Definition at line 59 of file Predictor.cpp.

void Predictor::setPosSE3_droneToGlobal ( TooN::SE3< double >  newDroneToGlobal)

Definition at line 93 of file Predictor.cpp.

void Predictor::setPosSE3_globalToDrone ( TooN::SE3< double >  newGlobaltoDrone)

Definition at line 78 of file Predictor.cpp.


Member Data Documentation

TooN::SE3<double> Predictor::bottmoToGlobal

Definition at line 85 of file Predictor.h.

const TooN::SE3< double > Predictor::bottomToDrone = Predictor::droneToBottom.inverse() [static]

Definition at line 65 of file Predictor.h.

const TooN::SE3< double > Predictor::droneToBottom = TooN::SE3<double>(TooN::SO3<double>(TooN::makeVector(3.14159265,0,0)),TooN::makeVector(0,0,0)) [static]

This file is part of tum_ardrone.

Copyright 2012 Jakob Engel <jajuengel@gmail.com> (Technical University of Munich) For more information see <https://vision.in.tum.de/data/software/tum_ardrone>.

tum_ardrone is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

tum_ardrone is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with tum_ardrone. If not, see <http://www.gnu.org/licenses/>.

Definition at line 66 of file Predictor.h.

const TooN::SE3< double > Predictor::droneToFront = TooN::SE3<double>(TooN::SO3<double>(TooN::makeVector(3.14159265/2,0,0)),TooN::makeVector(0,0.025,-0.2)) [static]

Definition at line 70 of file Predictor.h.

const TooN::SE3< double > Predictor::droneToFrontNT = TooN::SE3<double>(TooN::SO3<double>(TooN::makeVector(3.14159265/2,0,0)),TooN::makeVector(0,0,0)) [static]

Definition at line 74 of file Predictor.h.

TooN::SE3<double> Predictor::droneToGlobal

Definition at line 80 of file Predictor.h.

const TooN::SE3< double > Predictor::frontToDrone = Predictor::droneToFront.inverse() [static]

Definition at line 69 of file Predictor.h.

const TooN::SE3< double > Predictor::frontToDroneNT = Predictor::droneToFrontNT.inverse() [static]

Definition at line 73 of file Predictor.h.

TooN::SE3<double> Predictor::frontToGlobal

Definition at line 83 of file Predictor.h.

TooN::SE3<double> Predictor::globalToBottom

Definition at line 84 of file Predictor.h.

TooN::SE3<double> Predictor::globaltoDrone

Definition at line 79 of file Predictor.h.

TooN::SE3<double> Predictor::globalToFront

Definition at line 82 of file Predictor.h.

Definition at line 97 of file Predictor.h.

Definition at line 91 of file Predictor.h.

Definition at line 90 of file Predictor.h.

double Predictor::x

Definition at line 93 of file Predictor.h.

double Predictor::y

Definition at line 94 of file Predictor.h.

Definition at line 92 of file Predictor.h.

double Predictor::z

Definition at line 95 of file Predictor.h.

Definition at line 96 of file Predictor.h.

Definition at line 98 of file Predictor.h.


The documentation for this class was generated from the following files:


tum_ardrone
Author(s):
autogenerated on Sat Jun 8 2019 20:27:23