EstimatedState class abstract

Estimated State class

This message presents the estimated state of the vehicle.

EstimatedState is a complete description of the system in terms of parameters such as position, orientation and velocities at a particular moment in time.

The system position is given by a North-East-Down (NED) local tangent plane displacement (x, y, z) relative to an absolute WGS-84 coordinate (latitude, longitude, height above ellipsoid).

The symbols for position and attitude as well as linear and angular velocities were chosen according to SNAME's notation (1950). The body-fixed reference frame and Euler angles are depicted next:

.. figure:: ../images/euler-lauv.png :align: center

Euler angles

Inheritance
Implemented types

Constructors

EstimatedState([void updates(EstimatedStateBuilder b)?])
factory

Properties

abbrev String
no setteroverride
alt double
Altitude, in meters. Negative values denote invalid estimates.
no setter
depth double
Depth, in meters. To be used by underwater vehicles. Negative values denote invalid estimates.
no setter
dst int
no setterinherited
dstEnt int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
height double
Height above the WGS-84 ellipsoid.
no setter
lat double
WGS-84 Latitude.
no setter
lon double
WGS-84 Longitude.
no setter
msgId int
no setteroverride
p double
The angular velocity over body-fixed xx axis (roll).
no setter
phi double
The phi Euler angle from the vehicle's attitude.
no setter
psi double
The psi Euler angle from the vehicle's attitude.
no setter
q double
The angular velocity over body-fixed yy axis (pitch).
no setter
r double
The angular velocity over body-fixed zz axis (yaw).
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
src int
no setterinherited
srcEnt int
no setterinherited
sync int
no setterinherited
theta double
The theta Euler angle from the vehicle's attitude.
no setter
timestamp DateTime?
no setterinherited
u double
Body-fixed frame xx axis velocity component.
no setter
v double
Body-fixed frame yy axis velocity component.
no setter
vx double
Ground Velocity xx axis velocity component.
no setter
vy double
Ground Velocity yy axis velocity component.
no setter
vz double
Ground Velocity zz axis velocity component.
no setter
w double
Body-fixed frame zz axis velocity component.
no setter
x double
The North offset of the North/East/Down field with respect to LLH.
no setter
y double
The East offset of the North/East/Down field with respect to LLH.
no setter
z double
The Down offset of the North/East/Down field with respect to LLH.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(EstimatedStateBuilder)) EstimatedState
Rebuilds the instance.
inherited
toBuilder() EstimatedStateBuilder
Converts the instance to a builder B.
inherited
toJson([bool includeHeader = true]) Map<String, dynamic>
To JSON object
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

staticId → const int