InertiaMatrixEstimDefines.hpp
Go to the documentation of this file.
00001 /*
00002  * InertiaMatrixEstimDefines.hpp
00003  *
00004  *  Created on: Jul 28, 2012
00005  *      Author: rspica
00006  */
00007 
00008 #ifndef INERTIAMATRIXESTIMDEFINES_HPP_
00009 #define INERTIAMATRIXESTIMDEFINES_HPP_
00010 
00011 
00012 struct InertiaMatrixEstimInput {
00013         Eigen::Vector3d torque;
00014         Eigen::Vector3d angVel;
00015 };
00016 
00017 struct InertiaMatrixEstimOutput {
00018         Eigen::Matrix3d estInertiaMatrix;
00019         Eigen::Vector3d estGain;
00020 };
00021 
00022 
00023 #endif /* INERTIAMATRIXESTIMDEFINES_HPP_ */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends


tk_param_estimator
Author(s): Riccardo Spica and Martin Riedel
autogenerated on Mon Nov 11 2013 11:13:10