|
void | guiConfig () override |
| ImGui config window which is shown on double click.
|
|
| ImuFusion () |
| Default constructor.
|
|
| ImuFusion (const ImuFusion &)=delete |
| Copy constructor.
|
|
| ImuFusion (ImuFusion &&)=delete |
| Move constructor.
|
|
ImuFusion & | operator= (const ImuFusion &)=delete |
| Copy assignment operator.
|
|
ImuFusion & | operator= (ImuFusion &&)=delete |
| Move assignment operator.
|
|
void | restore (const json &j) override |
| Restores the node from a json object.
|
|
json | save () const override |
| Saves the node into a json object.
|
|
std::string | type () const override |
| String representation of the Class Type.
|
|
| ~ImuFusion () override |
| Destructor.
|
|
| Imu (const Imu &)=delete |
| Copy constructor.
|
|
| Imu (Imu &&)=delete |
| Move constructor.
|
|
const ImuPos & | imuPosition () const |
| Position and rotation information for conversion from platform to body frame.
|
|
Imu & | operator= (const Imu &)=delete |
| Copy assignment operator.
|
|
Imu & | operator= (Imu &&)=delete |
| Move assignment operator.
|
|
| ~Imu () override=default |
| Destructor.
|
|
virtual void | afterCreateLink (OutputPin &startPin, InputPin &endPin) |
| Called when a new link was established.
|
|
virtual void | afterDeleteLink (OutputPin &startPin, InputPin &endPin) |
| Called when a link was deleted.
|
|
bool | doDeinitialize (bool wait=false) |
| Asks the node worker to deinitialize the node.
|
|
bool | doDisable (bool wait=false) |
| Asks the node worker to disable the node.
|
|
bool | doEnable () |
| Enable the node.
|
|
bool | doInitialize (bool wait=false) |
| Asks the node worker to initialize the node.
|
|
bool | doReinitialize (bool wait=false) |
| Asks the node worker to reinitialize the node.
|
|
virtual void | flush () |
| Function called by the flow executer after finishing to flush out remaining data.
|
|
template<typename T > |
std::optional< InputPin::IncomingLink::ValueWrapper< T > > | getInputValue (size_t portIndex) const |
| Get Input Value connected on the pin. Only const data types.
|
|
Mode | getMode () const |
| Get the current mode of the node.
|
|
const ImVec2 & | getSize () const |
| Get the size of the node.
|
|
State | getState () const |
| Get the current state of the node.
|
|
InputPin & | inputPinFromId (ax::NodeEditor::PinId pinId) |
| Returns the pin with the given id.
|
|
size_t | inputPinIndexFromId (ax::NodeEditor::PinId pinId) const |
| Returns the index of the pin.
|
|
void | invokeCallbacks (size_t portIndex, const std::shared_ptr< const NodeData > &data) |
| Calls all registered callbacks on the specified output port.
|
|
bool | isDisabled () const |
| Checks if the node is disabled.
|
|
bool | isInitialized () const |
| Checks if the node is initialized.
|
|
bool | isOnlyRealtime () const |
| Checks if the node is only working in real time (sensors, network interfaces, ...)
|
|
bool | isTransient () const |
| Checks if the node is changing its state currently.
|
|
std::string | nameId () const |
| Node name and id.
|
|
| Node (const Node &)=delete |
| Copy constructor.
|
|
| Node (Node &&)=delete |
| Move constructor.
|
|
| Node (std::string name) |
| Constructor.
|
|
void | notifyOutputValueChanged (size_t pinIdx, const InsTime &insTime, const std::scoped_lock< std::mutex > &guard) |
| Notifies connected nodes about the change.
|
|
virtual bool | onCreateLink (OutputPin &startPin, InputPin &endPin) |
| Called when a new link is to be established.
|
|
virtual void | onDeleteLink (OutputPin &startPin, InputPin &endPin) |
| Called when a link is to be deleted.
|
|
Node & | operator= (const Node &)=delete |
| Copy assignment operator.
|
|
Node & | operator= (Node &&)=delete |
| Move assignment operator.
|
|
OutputPin & | outputPinFromId (ax::NodeEditor::PinId pinId) |
| Returns the pin with the given id.
|
|
size_t | outputPinIndexFromId (ax::NodeEditor::PinId pinId) const |
| Returns the index of the pin.
|
|
void | releaseInputValue (size_t portIndex) |
| Unblocks the connected node. Has to be called when the input value should be released and getInputValue was not called.
|
|
std::scoped_lock< std::mutex > | requestOutputValueLock (size_t pinIdx) |
| Blocks the thread till the output values was read by all connected nodes.
|
|
virtual bool | resetNode () |
| Resets the node. It is guaranteed that the node is initialized when this is called.
|
|
virtual void | restoreAtferLink (const json &j) |
| Restores link related properties of the node from a json object.
|
|
void | wakeWorker () |
| Wakes the worker thread.
|
|
virtual | ~Node () |
| Destructor.
|
|
|
bool | _autoInitKF |
| Auto-initialize the Kalman Filter - GUI setting.
|
|
double | _averageEndTime |
| Time until averaging ends and filtering starts in [s].
|
|
InsTime | _avgEndTime |
| Time until averaging ends and filtering starts as 'InsTime'.
|
|
std::vector< Eigen::Vector3d > | _biasCovariances |
| Container for the bias covariances.
|
|
bool | _checkKalmanMatricesRanks |
| Check the rank of the Kalman matrices every iteration (computationally expensive)
|
|
std::vector< std::shared_ptr< const NAV::ImuObs > > | _cumulatedImuObs |
| Container that collects all imuObs for averaging for auto-init of the KF.
|
|
std::vector< size_t > | _cumulatedPinIds |
| Container that collects all pinIds for averaging for auto-init of the KF.
|
|
InsTime | _firstTimestamp |
| Saves the first timestamp in [s].
|
|
bool | _imuBiasesIdentical |
| If the multiple IMUs have the same bias, GUI input cells can be reduced considerably.
|
|
bool | _imuCharacteristicsIdentical |
| If the multiple IMUs have the same characteristics, GUI input cells can be reduced considerably.
|
|
double | _imuFrequency |
| Highest IMU sample rate in [Hz] (for time step in KF prediction)
|
|
ImuFusionType | _imuFusionType |
| KF-type for the IMU fusion, selected in the GUI.
|
|
bool | _imuPosSet |
| Check whether the combined solution has an '_imuPos' set.
|
|
std::vector< Eigen::Matrix3d > | _imuRotations_accel |
| Rotations of all connected accelerometers - key: pinIndex, value: Rotation matrix of the accelerometer platform to body frame.
|
|
std::vector< Eigen::Matrix3d > | _imuRotations_gyro |
| Rotations of all connected gyros - key: pinIndex, value: Rotation matrix of the gyro platform to body frame.
|
|
Eigen::Vector3d | _initCoeffsAccelTemp |
| Temporary vector for the initial coefficients for acceleration.
|
|
Eigen::Vector3d | _initCoeffsAngRateTemp |
| Temporary vector for the initial coefficients for angular rate.
|
|
Eigen::Vector3d | _initCovarianceCoeffsAccelTemp |
| Temporary vector for the initial coefficients' initial covariance for the acceleration.
|
|
Eigen::Vector3d | _initCovarianceCoeffsAngRateTemp |
| Temporary vector for the initial coefficients' initial covariance for the angular rate.
|
|
bool | _initJerkAngAcc |
| flag to determine how jerk and angular acceleration states are initialized if '_autoInitKF = true'
|
|
KalmanFilter | _kalmanFilter |
| Kalman Filter representation.
|
|
bool | _kfInitialized |
| flag to check whether KF has been auto-initialized
|
|
InsTime | _lastFiltObs |
| Previous observation (for timestamp)
|
|
double | _latestKnot |
| Latest knot in [s].
|
|
InsTime | _latestTimestamp |
| Saves the timestamp of the measurement before in [s].
|
|
std::vector< Eigen::Vector3d > | _measurementNoiseVariances |
| Container for measurement noises of each sensor.
|
|
size_t | _nInputPins |
| Number of input pins.
|
|
const uint8_t | _numBsplines |
| Number of quadratic B-splines that make up the entire 3D stacked B-spline.
|
|
const uint8_t | _numMeasurements |
| Number of measurements overall.
|
|
uint8_t | _numStates |
| Number of states overall.
|
|
uint8_t | _numStatesEst |
| Number of estimated states (depends on imuFusionType)
|
|
const uint8_t | _numStatesEstBsplineKF |
| Number of states estimated by the B-spline KF (3 stacked B-splines in 3D for angular rate and specific force: 3*3*2 = 18)
|
|
const uint8_t | _numStatesEstIRWKF |
| Number of states estimated by the IRW-KF (angular rate, angular acceleration, specific force, jerk, all in 3D: 4*3 = 12)
|
|
const uint8_t | _numStatesPerPin |
| Number of states per pin (biases of accel and gyro)
|
|
std::vector< PinData > | _pinData |
| Stores parameter data for each connected sensor.
|
|
PinDataBsplineKF | _pinDataBsplineKF |
| Stores Bspline-KF specific parameter data.
|
|
PinDataIRWKF | _pinDataIRWKF |
| Stores IRW-KF specific parameter data.
|
|
std::vector< Eigen::VectorXd > | _processNoiseVariances |
| Container for process noise of each state.
|
|
Eigen::Vector3d | _procNoiseCoeffsAccelTemp |
| Temporary vector for the initial coefficients' process noise for the acceleration.
|
|
Eigen::Vector3d | _procNoiseCoeffsAngRateTemp |
| Temporary vector for the initial coefficients' process noise for the angular rate.
|
|
double | _splineSpacing |
| Time difference between two quadratic B-splines in the stacked B-spline.
|
|
double | _timeSinceStartup |
| Time since startup in [s].
|
|
Combines signals of sensors that provide the same signal-type to one signal.