Classes | Defines
imufilter.hpp File Reference

Filter for obtaining roll/pitch/yaw data from the IMU on Skybotix VI-Sensor. More...

#include <Eigen/Core>
#include <Eigen/Dense>
#include <sensor_msgs/Imu.h>
#include <vector>
Include dependency graph for imufilter.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ImuFilter
 Estimates IMU angles from acceleration and gyro data. More...

Defines

#define DEG2RAD(X)   ( (X) * 0.01745329251)
#define LIN2GRAV(X)   ( (X) * 0.10197162)
#define RAD2DEG(X)   ( (X) * 57.2957795131)

Detailed Description

Filter for obtaining roll/pitch/yaw data from the IMU on Skybotix VI-Sensor.

Author:
Fernando Caballero, fcaballero@us.es
Francisco J Perez-Grau, fjperez@catec.aero
Date:
October 2016

Copyright (c) 2016, fcaballero, fjperezgrau All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Definition in file imufilter.hpp.


Define Documentation

#define DEG2RAD (   X)    ( (X) * 0.01745329251)

Definition at line 47 of file imufilter.hpp.

#define LIN2GRAV (   X)    ( (X) * 0.10197162)

Definition at line 48 of file imufilter.hpp.

#define RAD2DEG (   X)    ( (X) * 57.2957795131)

Definition at line 46 of file imufilter.hpp.



viodom
Author(s): Fernando Caballero , Francisco J. Perez Grau
autogenerated on Thu Jun 6 2019 20:17:02