Sensor information specific to the Bspline-KF. More...
Data Fields | |
Eigen::VectorXd | initCoeffsAccel |
GUI selection for the initial B-spline coefficients of the acceleration. | |
PinData::AccelerationUnit | initCoeffsAccelUnit |
Gui selection for the unit of the initial coefficients of the acceleration B-splines. | |
Eigen::VectorXd | initCoeffsAngRate |
GUI selection for the initial B-spline coefficients of the angular rate. | |
PinData::AngRateUnit | initCoeffsAngularRateUnit |
Gui selection for the unit of the initial coefficients of the angular rate B-splines. | |
Eigen::VectorXd | initCovarianceCoeffsAccel |
GUI selection for the initial covariance of the B-spline coefficients of the acceleration. | |
PinData::AccelerationVarianceUnit | initCovarianceCoeffsAccelUnit |
Gui selection for the unit of the initial covariance for the coefficients of acceleration. | |
Eigen::VectorXd | initCovarianceCoeffsAngRate |
GUI selection for the initial covariance of the B-spline coefficients of the angular rate. | |
PinData::AngRateVarianceUnit | initCovarianceCoeffsAngRateUnit |
Gui selection for the unit of the initial covariance for the coefficients of angular rate. | |
Eigen::VectorXd | varCoeffsAccelNoise |
GUI selection for the coeffs of the acceleration process noise (diagonal values) | |
PinData::AccelerationVarianceUnit | varCoeffsAccelUnit |
GUI selection for the B-spline coeffs of the acceleration process noise (diagonal values) | |
Eigen::VectorXd | varCoeffsAngRateNoise |
GUI selection for the coeffs of the angular rate process noise (diagonal values) | |
PinData::AngRateVarianceUnit | varCoeffsAngRateUnit |
GUI selection for the B-spline coeffs of the angular rate process noise (diagonal values) | |
Sensor information specific to the Bspline-KF.
Definition at line 178 of file PinData.hpp.
Eigen::VectorXd NAV::PinDataBsplineKF::initCoeffsAccel |
GUI selection for the initial B-spline coefficients of the acceleration.
Definition at line 202 of file PinData.hpp.
PinData::AccelerationUnit NAV::PinDataBsplineKF::initCoeffsAccelUnit |
Gui selection for the unit of the initial coefficients of the acceleration B-splines.
Definition at line 185 of file PinData.hpp.
Eigen::VectorXd NAV::PinDataBsplineKF::initCoeffsAngRate |
GUI selection for the initial B-spline coefficients of the angular rate.
Definition at line 200 of file PinData.hpp.
PinData::AngRateUnit NAV::PinDataBsplineKF::initCoeffsAngularRateUnit |
Gui selection for the unit of the initial coefficients of the angular rate B-splines.
Definition at line 183 of file PinData.hpp.
Eigen::VectorXd NAV::PinDataBsplineKF::initCovarianceCoeffsAccel |
GUI selection for the initial covariance of the B-spline coefficients of the acceleration.
Definition at line 207 of file PinData.hpp.
PinData::AccelerationVarianceUnit NAV::PinDataBsplineKF::initCovarianceCoeffsAccelUnit |
Gui selection for the unit of the initial covariance for the coefficients of acceleration.
Definition at line 190 of file PinData.hpp.
Eigen::VectorXd NAV::PinDataBsplineKF::initCovarianceCoeffsAngRate |
GUI selection for the initial covariance of the B-spline coefficients of the angular rate.
Definition at line 205 of file PinData.hpp.
PinData::AngRateVarianceUnit NAV::PinDataBsplineKF::initCovarianceCoeffsAngRateUnit |
Gui selection for the unit of the initial covariance for the coefficients of angular rate.
Definition at line 188 of file PinData.hpp.
Eigen::VectorXd NAV::PinDataBsplineKF::varCoeffsAccelNoise |
GUI selection for the coeffs of the acceleration process noise (diagonal values)
Definition at line 212 of file PinData.hpp.
PinData::AccelerationVarianceUnit NAV::PinDataBsplineKF::varCoeffsAccelUnit |
GUI selection for the B-spline coeffs of the acceleration process noise (diagonal values)
Definition at line 195 of file PinData.hpp.
Eigen::VectorXd NAV::PinDataBsplineKF::varCoeffsAngRateNoise |
GUI selection for the coeffs of the angular rate process noise (diagonal values)
Definition at line 210 of file PinData.hpp.
PinData::AngRateVarianceUnit NAV::PinDataBsplineKF::varCoeffsAngRateUnit |
GUI selection for the B-spline coeffs of the angular rate process noise (diagonal values)
Definition at line 193 of file PinData.hpp.