Class NEDKinematicsEstimator
java.lang.Object
com.irurueta.navigation.inertial.estimators.NEDKinematicsEstimator
Estimates body kinematics (specific force applied to a body and its angular rate) with respect and resolved
along north, east, and down.
This implementation is based on the equations defined in "Principles of GNSS, Inertial, and Multisensor
Integrated Navigation Systems, Second Edition" and on the companion software available at:
https://github.com/ymjdz/MATLAB-Codes/blob/master/Kinematics_NED.m
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final double
Alpha threshold.static final double
Earth rotation rate expressed in radians per second (rad/s).private static final int
Number of rows.private static final double
Scaling threshold. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static double
convertAngle
(com.irurueta.units.Angle angle) Converts an angle instance into radians.private static double
convertDistance
(com.irurueta.units.Distance distance) Converts a distance instance into meters.private static double
convertSpeed
(com.irurueta.units.Speed speed) Converts a speed instance into meters per second.private static double
convertTime
(com.irurueta.units.Time time) Converts a time instance into seconds.void
estimate
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, double vn, double ve, double vd, double latitude, double height, com.irurueta.navigation.frames.NEDFrame oldFrame, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, double vn, double ve, double vd, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDFrame oldFrame, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, double vn, double ve, double vd, double oldVn, double oldVe, double oldVd, double latitude, double height, double oldLatitude, double oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, double vn, double ve, double vd, double oldVn, double oldVe, double oldVd, double latitude, com.irurueta.units.Distance height, double oldLatitude, com.irurueta.units.Distance oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, double vn, double ve, double vd, double oldVn, double oldVe, double oldVd, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDPosition oldPosition, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, double vn, double ve, double vd, double oldVn, double oldVe, double oldVd, com.irurueta.units.Angle latitude, double height, com.irurueta.units.Angle oldLatitude, double oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.navigation.frames.NEDVelocity oldVelocity, double latitude, double height, double oldLatitude, double oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.navigation.frames.NEDVelocity oldVelocity, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDPosition oldPosition, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.navigation.frames.NEDVelocity oldVelocity, com.irurueta.units.Angle latitude, com.irurueta.units.Distance height, com.irurueta.units.Angle oldLatitude, com.irurueta.units.Distance oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.units.Speed vn, com.irurueta.units.Speed ve, com.irurueta.units.Speed vd, com.irurueta.units.Speed oldVn, com.irurueta.units.Speed oldVe, com.irurueta.units.Speed oldVd, double latitude, double height, double oldLatitude, double oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.units.Speed vn, com.irurueta.units.Speed ve, com.irurueta.units.Speed vd, com.irurueta.units.Speed oldVn, com.irurueta.units.Speed oldVe, com.irurueta.units.Speed oldVd, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDPosition oldPosition, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.units.Speed vn, com.irurueta.units.Speed ve, com.irurueta.units.Speed vd, com.irurueta.units.Speed oldVn, com.irurueta.units.Speed oldVe, com.irurueta.units.Speed oldVd, com.irurueta.units.Angle latitude, com.irurueta.units.Distance height, com.irurueta.units.Angle oldLatitude, com.irurueta.units.Distance oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.NEDVelocity velocity, double latitude, double height, com.irurueta.navigation.frames.NEDFrame oldFrame, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDFrame oldFrame, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.units.Angle latitude, com.irurueta.units.Distance height, com.irurueta.navigation.frames.NEDFrame oldFrame, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.units.Speed vn, com.irurueta.units.Speed ve, com.irurueta.units.Speed vd, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDFrame oldFrame, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(double timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, double oldVn, double oldVe, double oldVd, double oldLatitude, double oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(double timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, double oldVn, double oldVe, double oldVd, com.irurueta.navigation.frames.NEDPosition oldPosition, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(double timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity oldVelocity, double oldLatitude, double oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(double timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity oldVelocity, com.irurueta.navigation.frames.NEDPosition oldPosition, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(double timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity oldVelocity, com.irurueta.units.Angle oldLatitude, com.irurueta.units.Distance oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(double timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.units.Speed oldVn, com.irurueta.units.Speed oldVe, com.irurueta.units.Speed oldVd, com.irurueta.navigation.frames.NEDPosition oldPosition, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(double timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.NEDFrame oldFrame, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, double vn, double ve, double vd, double latitude, double height, com.irurueta.navigation.frames.NEDFrame oldFrame, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, double vn, double ve, double vd, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDFrame oldFrame, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, double vn, double ve, double vd, double oldVn, double oldVe, double oldVd, double latitude, double height, double oldLatitude, double oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, double vn, double ve, double vd, double oldVn, double oldVe, double oldVd, double latitude, com.irurueta.units.Distance height, double oldLatitude, com.irurueta.units.Distance oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, double vn, double ve, double vd, double oldVn, double oldVe, double oldVd, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDPosition oldPosition, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, double vn, double ve, double vd, double oldVn, double oldVe, double oldVd, com.irurueta.units.Angle latitude, double height, com.irurueta.units.Angle oldLatitude, double oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.navigation.frames.NEDVelocity oldVelocity, double latitude, double height, double oldLatitude, double oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.navigation.frames.NEDVelocity oldVelocity, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDPosition oldPosition, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.navigation.frames.NEDVelocity oldVelocity, com.irurueta.units.Angle latitude, com.irurueta.units.Distance height, com.irurueta.units.Angle oldLatitude, com.irurueta.units.Distance oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.units.Speed vn, com.irurueta.units.Speed ve, com.irurueta.units.Speed vd, com.irurueta.units.Speed oldVn, com.irurueta.units.Speed oldVe, com.irurueta.units.Speed oldVd, double latitude, double height, double oldLatitude, double oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.units.Speed vn, com.irurueta.units.Speed ve, com.irurueta.units.Speed vd, com.irurueta.units.Speed oldVn, com.irurueta.units.Speed oldVe, com.irurueta.units.Speed oldVd, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDPosition oldPosition, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.units.Speed vn, com.irurueta.units.Speed ve, com.irurueta.units.Speed vd, com.irurueta.units.Speed oldVn, com.irurueta.units.Speed oldVe, com.irurueta.units.Speed oldVd, com.irurueta.units.Angle latitude, com.irurueta.units.Distance height, com.irurueta.units.Angle oldLatitude, com.irurueta.units.Distance oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.NEDVelocity velocity, double latitude, double height, com.irurueta.navigation.frames.NEDFrame oldFrame, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDFrame oldFrame, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.units.Angle latitude, com.irurueta.units.Distance height, com.irurueta.navigation.frames.NEDFrame oldFrame, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.units.Speed vn, com.irurueta.units.Speed ve, com.irurueta.units.Speed vd, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDFrame oldFrame, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, double oldVn, double oldVe, double oldVd, double oldLatitude, double oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, double oldVn, double oldVe, double oldVd, com.irurueta.navigation.frames.NEDPosition oldPosition, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity oldVelocity, double oldLatitude, double oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity oldVelocity, com.irurueta.navigation.frames.NEDPosition oldPosition, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity oldVelocity, com.irurueta.units.Angle oldLatitude, com.irurueta.units.Distance oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.units.Speed oldVn, com.irurueta.units.Speed oldVe, com.irurueta.units.Speed oldVd, com.irurueta.navigation.frames.NEDPosition oldPosition, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.void
estimate
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.NEDFrame oldFrame, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, double vn, double ve, double vd, double latitude, double height, com.irurueta.navigation.frames.NEDFrame oldFrame) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, double vn, double ve, double vd, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDFrame oldFrame) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, double vn, double ve, double vd, double oldVn, double oldVe, double oldVd, double latitude, double height, double oldLatitude, double oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, double vn, double ve, double vd, double oldVn, double oldVe, double oldVd, double latitude, com.irurueta.units.Distance height, double oldLatitude, com.irurueta.units.Distance oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, double vn, double ve, double vd, double oldVn, double oldVe, double oldVd, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDPosition oldPosition) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, double vn, double ve, double vd, double oldVn, double oldVe, double oldVd, com.irurueta.units.Angle latitude, double height, com.irurueta.units.Angle oldLatitude, double oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.navigation.frames.NEDVelocity oldVelocity, double latitude, double height, double oldLatitude, double oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.navigation.frames.NEDVelocity oldVelocity, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDPosition oldPosition) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.navigation.frames.NEDVelocity oldVelocity, com.irurueta.units.Angle latitude, com.irurueta.units.Distance height, com.irurueta.units.Angle oldLatitude, com.irurueta.units.Distance oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.units.Speed vn, com.irurueta.units.Speed ve, com.irurueta.units.Speed vd, com.irurueta.units.Speed oldVn, com.irurueta.units.Speed oldVe, com.irurueta.units.Speed oldVd, double latitude, double height, double oldLatitude, double oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.units.Speed vn, com.irurueta.units.Speed ve, com.irurueta.units.Speed vd, com.irurueta.units.Speed oldVn, com.irurueta.units.Speed oldVe, com.irurueta.units.Speed oldVd, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDPosition oldPosition) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.units.Speed vn, com.irurueta.units.Speed ve, com.irurueta.units.Speed vd, com.irurueta.units.Speed oldVn, com.irurueta.units.Speed oldVe, com.irurueta.units.Speed oldVd, com.irurueta.units.Angle latitude, com.irurueta.units.Distance height, com.irurueta.units.Angle oldLatitude, com.irurueta.units.Distance oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.NEDVelocity velocity, double latitude, double height, com.irurueta.navigation.frames.NEDFrame oldFrame) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDFrame oldFrame) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.units.Angle latitude, com.irurueta.units.Distance height, com.irurueta.navigation.frames.NEDFrame oldFrame) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.units.Speed vn, com.irurueta.units.Speed ve, com.irurueta.units.Speed vd, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDFrame oldFrame) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, double oldVn, double oldVe, double oldVd, double oldLatitude, double oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, double oldVn, double oldVe, double oldVd, com.irurueta.navigation.frames.NEDPosition oldPosition) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity oldVelocity, double oldLatitude, double oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity oldVelocity, com.irurueta.navigation.frames.NEDPosition oldPosition) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity oldVelocity, com.irurueta.units.Angle oldLatitude, com.irurueta.units.Distance oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.units.Speed oldVn, com.irurueta.units.Speed oldVe, com.irurueta.units.Speed oldVd, com.irurueta.navigation.frames.NEDPosition oldPosition) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.NEDFrame oldFrame) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, double vn, double ve, double vd, double latitude, double height, com.irurueta.navigation.frames.NEDFrame oldFrame) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, double vn, double ve, double vd, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDFrame oldFrame) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, double vn, double ve, double vd, double oldVn, double oldVe, double oldVd, double latitude, double height, double oldLatitude, double oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, double vn, double ve, double vd, double oldVn, double oldVe, double oldVd, double latitude, com.irurueta.units.Distance height, double oldLatitude, com.irurueta.units.Distance oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, double vn, double ve, double vd, double oldVn, double oldVe, double oldVd, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDPosition oldPosition) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, double vn, double ve, double vd, double oldVn, double oldVe, double oldVd, com.irurueta.units.Angle latitude, double height, com.irurueta.units.Angle oldLatitude, double oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.navigation.frames.NEDVelocity oldVelocity, double latitude, double height, double oldLatitude, double oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.navigation.frames.NEDVelocity oldVelocity, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDPosition oldPosition) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.navigation.frames.NEDVelocity oldVelocity, com.irurueta.units.Angle latitude, com.irurueta.units.Distance height, com.irurueta.units.Angle oldLatitude, com.irurueta.units.Distance oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.units.Speed vn, com.irurueta.units.Speed ve, com.irurueta.units.Speed vd, com.irurueta.units.Speed oldVn, com.irurueta.units.Speed oldVe, com.irurueta.units.Speed oldVd, double latitude, double height, double oldLatitude, double oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.units.Speed vn, com.irurueta.units.Speed ve, com.irurueta.units.Speed vd, com.irurueta.units.Speed oldVn, com.irurueta.units.Speed oldVe, com.irurueta.units.Speed oldVd, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDPosition oldPosition) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.units.Speed vn, com.irurueta.units.Speed ve, com.irurueta.units.Speed vd, com.irurueta.units.Speed oldVn, com.irurueta.units.Speed oldVe, com.irurueta.units.Speed oldVd, com.irurueta.units.Angle latitude, com.irurueta.units.Distance height, com.irurueta.units.Angle oldLatitude, com.irurueta.units.Distance oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.NEDVelocity velocity, double latitude, double height, com.irurueta.navigation.frames.NEDFrame oldFrame) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDFrame oldFrame) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.units.Angle latitude, com.irurueta.units.Distance height, com.irurueta.navigation.frames.NEDFrame oldFrame) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.units.Speed vn, com.irurueta.units.Speed ve, com.irurueta.units.Speed vd, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDFrame oldFrame) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, double oldVn, double oldVe, double oldVd, double oldLatitude, double oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, double oldVn, double oldVe, double oldVd, com.irurueta.navigation.frames.NEDPosition oldPosition) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity oldVelocity, double oldLatitude, double oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity oldVelocity, com.irurueta.navigation.frames.NEDPosition oldPosition) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity oldVelocity, com.irurueta.units.Angle oldLatitude, com.irurueta.units.Distance oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.units.Speed oldVn, com.irurueta.units.Speed oldVe, com.irurueta.units.Speed oldVd, com.irurueta.navigation.frames.NEDPosition oldPosition) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.estimateAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.NEDFrame oldFrame) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, double vn, double ve, double vd, double latitude, double height, com.irurueta.navigation.frames.NEDFrame oldFrame, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, double vn, double ve, double vd, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDFrame oldFrame, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, double vn, double ve, double vd, double oldVn, double oldVe, double oldVd, double latitude, double height, double oldLatitude, double oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, double vn, double ve, double vd, double oldVn, double oldVe, double oldVd, double latitude, com.irurueta.units.Distance height, double oldLatitude, com.irurueta.units.Distance oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, double vn, double ve, double vd, double oldVn, double oldVe, double oldVd, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDPosition oldPosition, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, double vn, double ve, double vd, double oldVn, double oldVe, double oldVd, com.irurueta.units.Angle latitude, double height, com.irurueta.units.Angle oldLatitude, double oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.navigation.frames.NEDVelocity oldVelocity, double latitude, double height, double oldLatitude, double oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.navigation.frames.NEDVelocity oldVelocity, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDPosition oldPosition, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.navigation.frames.NEDVelocity oldVelocity, com.irurueta.units.Angle latitude, com.irurueta.units.Distance height, com.irurueta.units.Angle oldLatitude, com.irurueta.units.Distance oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.units.Speed vn, com.irurueta.units.Speed ve, com.irurueta.units.Speed vd, com.irurueta.units.Speed oldVn, com.irurueta.units.Speed oldVe, com.irurueta.units.Speed oldVd, double latitude, double height, double oldLatitude, double oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.units.Speed vn, com.irurueta.units.Speed ve, com.irurueta.units.Speed vd, com.irurueta.units.Speed oldVn, com.irurueta.units.Speed oldVe, com.irurueta.units.Speed oldVd, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDPosition oldPosition, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.units.Speed vn, com.irurueta.units.Speed ve, com.irurueta.units.Speed vd, com.irurueta.units.Speed oldVn, com.irurueta.units.Speed oldVe, com.irurueta.units.Speed oldVd, com.irurueta.units.Angle latitude, com.irurueta.units.Distance height, com.irurueta.units.Angle oldLatitude, com.irurueta.units.Distance oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.NEDVelocity velocity, double latitude, double height, com.irurueta.navigation.frames.NEDFrame oldFrame, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDFrame oldFrame, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.units.Angle latitude, com.irurueta.units.Distance height, com.irurueta.navigation.frames.NEDFrame oldFrame, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.units.Speed vn, com.irurueta.units.Speed ve, com.irurueta.units.Speed vd, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDFrame oldFrame, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(double timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, double oldVn, double oldVe, double oldVd, double oldLatitude, double oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(double timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, double oldVn, double oldVe, double oldVd, com.irurueta.navigation.frames.NEDPosition oldPosition, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(double timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity oldVelocity, double oldLatitude, double oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(double timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity oldVelocity, com.irurueta.navigation.frames.NEDPosition oldPosition, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(double timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity oldVelocity, com.irurueta.units.Angle oldLatitude, com.irurueta.units.Distance oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(double timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.units.Speed oldVn, com.irurueta.units.Speed oldVe, com.irurueta.units.Speed oldVd, com.irurueta.navigation.frames.NEDPosition oldPosition, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(double timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.NEDFrame oldFrame, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, double vn, double ve, double vd, double latitude, double height, com.irurueta.navigation.frames.NEDFrame oldFrame, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, double vn, double ve, double vd, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDFrame oldFrame, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, double vn, double ve, double vd, double oldVn, double oldVe, double oldVd, double latitude, double height, double oldLatitude, double oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, double vn, double ve, double vd, double oldVn, double oldVe, double oldVd, double latitude, com.irurueta.units.Distance height, double oldLatitude, com.irurueta.units.Distance oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, double vn, double ve, double vd, double oldVn, double oldVe, double oldVd, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDPosition oldPosition, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, double vn, double ve, double vd, double oldVn, double oldVe, double oldVd, com.irurueta.units.Angle latitude, double height, com.irurueta.units.Angle oldLatitude, double oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.navigation.frames.NEDVelocity oldVelocity, double latitude, double height, double oldLatitude, double oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.navigation.frames.NEDVelocity oldVelocity, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDPosition oldPosition, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.navigation.frames.NEDVelocity oldVelocity, com.irurueta.units.Angle latitude, com.irurueta.units.Distance height, com.irurueta.units.Angle oldLatitude, com.irurueta.units.Distance oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.units.Speed vn, com.irurueta.units.Speed ve, com.irurueta.units.Speed vd, com.irurueta.units.Speed oldVn, com.irurueta.units.Speed oldVe, com.irurueta.units.Speed oldVd, double latitude, double height, double oldLatitude, double oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.units.Speed vn, com.irurueta.units.Speed ve, com.irurueta.units.Speed vd, com.irurueta.units.Speed oldVn, com.irurueta.units.Speed oldVe, com.irurueta.units.Speed oldVd, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDPosition oldPosition, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.units.Speed vn, com.irurueta.units.Speed ve, com.irurueta.units.Speed vd, com.irurueta.units.Speed oldVn, com.irurueta.units.Speed oldVe, com.irurueta.units.Speed oldVd, com.irurueta.units.Angle latitude, com.irurueta.units.Distance height, com.irurueta.units.Angle oldLatitude, com.irurueta.units.Distance oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.NEDVelocity velocity, double latitude, double height, com.irurueta.navigation.frames.NEDFrame oldFrame, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDFrame oldFrame, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.units.Angle latitude, com.irurueta.units.Distance height, com.irurueta.navigation.frames.NEDFrame oldFrame, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.units.Speed vn, com.irurueta.units.Speed ve, com.irurueta.units.Speed vd, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDFrame oldFrame, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, double oldVn, double oldVe, double oldVd, double oldLatitude, double oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, double oldVn, double oldVe, double oldVd, com.irurueta.navigation.frames.NEDPosition oldPosition, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity oldVelocity, double oldLatitude, double oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity oldVelocity, com.irurueta.navigation.frames.NEDPosition oldPosition, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity oldVelocity, com.irurueta.units.Angle oldLatitude, com.irurueta.units.Distance oldHeight, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.units.Speed oldVn, com.irurueta.units.Speed oldVe, com.irurueta.units.Speed oldVd, com.irurueta.navigation.frames.NEDPosition oldPosition, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static void
estimateKinematics
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.NEDFrame oldFrame, BodyKinematics result) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, double vn, double ve, double vd, double latitude, double height, com.irurueta.navigation.frames.NEDFrame oldFrame) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, double vn, double ve, double vd, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDFrame oldFrame) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, double vn, double ve, double vd, double oldVn, double oldVe, double oldVd, double latitude, double height, double oldLatitude, double oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, double vn, double ve, double vd, double oldVn, double oldVe, double oldVd, double latitude, com.irurueta.units.Distance height, double oldLatitude, com.irurueta.units.Distance oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, double vn, double ve, double vd, double oldVn, double oldVe, double oldVd, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDPosition oldPosition) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, double vn, double ve, double vd, double oldVn, double oldVe, double oldVd, com.irurueta.units.Angle latitude, double height, com.irurueta.units.Angle oldLatitude, double oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.navigation.frames.NEDVelocity oldVelocity, double latitude, double height, double oldLatitude, double oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.navigation.frames.NEDVelocity oldVelocity, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDPosition oldPosition) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.navigation.frames.NEDVelocity oldVelocity, com.irurueta.units.Angle latitude, com.irurueta.units.Distance height, com.irurueta.units.Angle oldLatitude, com.irurueta.units.Distance oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.units.Speed vn, com.irurueta.units.Speed ve, com.irurueta.units.Speed vd, com.irurueta.units.Speed oldVn, com.irurueta.units.Speed oldVe, com.irurueta.units.Speed oldVd, double latitude, double height, double oldLatitude, double oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.units.Speed vn, com.irurueta.units.Speed ve, com.irurueta.units.Speed vd, com.irurueta.units.Speed oldVn, com.irurueta.units.Speed oldVe, com.irurueta.units.Speed oldVd, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDPosition oldPosition) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.units.Speed vn, com.irurueta.units.Speed ve, com.irurueta.units.Speed vd, com.irurueta.units.Speed oldVn, com.irurueta.units.Speed oldVe, com.irurueta.units.Speed oldVd, com.irurueta.units.Angle latitude, com.irurueta.units.Distance height, com.irurueta.units.Angle oldLatitude, com.irurueta.units.Distance oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.NEDVelocity velocity, double latitude, double height, com.irurueta.navigation.frames.NEDFrame oldFrame) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDFrame oldFrame) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.units.Angle latitude, com.irurueta.units.Distance height, com.irurueta.navigation.frames.NEDFrame oldFrame) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.units.Speed vn, com.irurueta.units.Speed ve, com.irurueta.units.Speed vd, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDFrame oldFrame) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, double oldVn, double oldVe, double oldVd, double oldLatitude, double oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, double oldVn, double oldVe, double oldVd, com.irurueta.navigation.frames.NEDPosition oldPosition) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity oldVelocity, double oldLatitude, double oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity oldVelocity, com.irurueta.navigation.frames.NEDPosition oldPosition) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity oldVelocity, com.irurueta.units.Angle oldLatitude, com.irurueta.units.Distance oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.units.Speed oldVn, com.irurueta.units.Speed oldVe, com.irurueta.units.Speed oldVd, com.irurueta.navigation.frames.NEDPosition oldPosition) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(double timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.NEDFrame oldFrame) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, double vn, double ve, double vd, double latitude, double height, com.irurueta.navigation.frames.NEDFrame oldFrame) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, double vn, double ve, double vd, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDFrame oldFrame) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, double vn, double ve, double vd, double oldVn, double oldVe, double oldVd, double latitude, double height, double oldLatitude, double oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, double vn, double ve, double vd, double oldVn, double oldVe, double oldVd, double latitude, com.irurueta.units.Distance height, double oldLatitude, com.irurueta.units.Distance oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, double vn, double ve, double vd, double oldVn, double oldVe, double oldVd, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDPosition oldPosition) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, double vn, double ve, double vd, double oldVn, double oldVe, double oldVd, com.irurueta.units.Angle latitude, double height, com.irurueta.units.Angle oldLatitude, double oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.navigation.frames.NEDVelocity oldVelocity, double latitude, double height, double oldLatitude, double oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.navigation.frames.NEDVelocity oldVelocity, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDPosition oldPosition) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.navigation.frames.NEDVelocity oldVelocity, com.irurueta.units.Angle latitude, com.irurueta.units.Distance height, com.irurueta.units.Angle oldLatitude, com.irurueta.units.Distance oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.units.Speed vn, com.irurueta.units.Speed ve, com.irurueta.units.Speed vd, com.irurueta.units.Speed oldVn, com.irurueta.units.Speed oldVe, com.irurueta.units.Speed oldVd, double latitude, double height, double oldLatitude, double oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.units.Speed vn, com.irurueta.units.Speed ve, com.irurueta.units.Speed vd, com.irurueta.units.Speed oldVn, com.irurueta.units.Speed oldVe, com.irurueta.units.Speed oldVd, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDPosition oldPosition) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.units.Speed vn, com.irurueta.units.Speed ve, com.irurueta.units.Speed vd, com.irurueta.units.Speed oldVn, com.irurueta.units.Speed oldVe, com.irurueta.units.Speed oldVd, com.irurueta.units.Angle latitude, com.irurueta.units.Distance height, com.irurueta.units.Angle oldLatitude, com.irurueta.units.Distance oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.NEDVelocity velocity, double latitude, double height, com.irurueta.navigation.frames.NEDFrame oldFrame) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDFrame oldFrame) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.navigation.frames.NEDVelocity velocity, com.irurueta.units.Angle latitude, com.irurueta.units.Distance height, com.irurueta.navigation.frames.NEDFrame oldFrame) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.CoordinateTransformation c, com.irurueta.units.Speed vn, com.irurueta.units.Speed ve, com.irurueta.units.Speed vd, com.irurueta.navigation.frames.NEDPosition position, com.irurueta.navigation.frames.NEDFrame oldFrame) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, double oldVn, double oldVe, double oldVd, double oldLatitude, double oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, double oldVn, double oldVe, double oldVd, com.irurueta.navigation.frames.NEDPosition oldPosition) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity oldVelocity, double oldLatitude, double oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity oldVelocity, com.irurueta.navigation.frames.NEDPosition oldPosition) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.navigation.frames.NEDVelocity oldVelocity, com.irurueta.units.Angle oldLatitude, com.irurueta.units.Distance oldHeight) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.CoordinateTransformation oldC, com.irurueta.units.Speed oldVn, com.irurueta.units.Speed oldVe, com.irurueta.units.Speed oldVd, com.irurueta.navigation.frames.NEDPosition oldPosition) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.static BodyKinematics
estimateKinematicsAndReturnNew
(com.irurueta.units.Time timeInterval, com.irurueta.navigation.frames.NEDFrame frame, com.irurueta.navigation.frames.NEDFrame oldFrame) Estimates body kinematics (specific force applied to a body and its angular rates) with respect NED frame and resolved along body-frame axes, averaged over time interval.
-
Field Details
-
EARTH_ROTATION_RATE
public static final double EARTH_ROTATION_RATEEarth rotation rate expressed in radians per second (rad/s).- See Also:
-
SCALING_THRESHOLD
private static final double SCALING_THRESHOLDScaling threshold.- See Also:
-
ALPHA_THRESHOLD
private static final double ALPHA_THRESHOLDAlpha threshold.- See Also:
-
ROWS
private static final int ROWSNumber of rows.- See Also:
-
-
Constructor Details
-
NEDKinematicsEstimator
public NEDKinematicsEstimator()
-
-
Method Details
-
convertTime
private static double convertTime(com.irurueta.units.Time time) Converts a time instance into seconds.- Parameters:
time
- time to be converted.- Returns:
- time value expressed in seconds.
-
convertSpeed
private static double convertSpeed(com.irurueta.units.Speed speed) Converts a speed instance into meters per second.- Parameters:
speed
- speed to be converted.- Returns:
- speed value expressed in meters per second.
-
convertAngle
private static double convertAngle(com.irurueta.units.Angle angle) Converts an angle instance into radians.- Parameters:
angle
- angle to be converted.- Returns:
- angle value expressed in radians.
-
convertDistance
private static double convertDistance(com.irurueta.units.Distance distance) Converts a distance instance into meters.- Parameters:
distance
- distance to be converted.- Returns:
- distance value expressed in meters.