Class in Zendir.Classes | Inherits from Software

Declaration

class VelocityAccumulationTrackingSoftware;

Description

This software is able to determine the accumulation of velocity based on the accelerometer sensor data. This will output a navigation translation message with the velocity outputted from the data.


Properties

DeclaredDescription
Accumulation[m/s] The accumulated Delta_V in body frame components
In_AccelerometerDataMsgThe IMU accelerometer data message
In_NavigationTranslationMsgAn OPTIONAL reference navigation translation message to copy across theposition and velocity from, which will be outputted in the outputnavigation translation message.
Out_NavigationTranslationMsgThe output navigation message including the accumulation of velocity
InheritedDescription
IsEnabledIs true if the object is currently enabled.
NameThe display name or tag of this object.
ParentThe currently attached parent object (if any).

Methods

InheritedDescription
DestroyRemoves the current object from the simulation.
DisableDisable the software componentDerived classes should clear any output messages
EnableEnable the software component
FindParentWithIDReturns an attached parent that satisfies the specified ID.
FindParentWithTypeReturns an attached parent that satisfies the specified type.
FindRootWithIDReturns a root object that satisfies the specified ID.
FindRootWithTypeReturns a root object that satisfies the specified type.
InitialiseThis method is called whenever some key parameters are changedand any new local variables are required to be recalculated. Thiscan be called by the software chains if a configuration of somevalues are updated.