Public Member Functions | Public Attributes | Static Public Attributes | List of all members
gtsam.examples.EqF.Measurement Class Reference

Public Member Functions

def __init__ (self, np.ndarray y, np.ndarray d, np.ndarray Sigma, int i=-1)
 

Public Attributes

 cal_idx
 
 d
 
 Sigma
 
 y
 

Static Public Attributes

 int
 

Detailed Description

Define a measurement
----------
cal_idx is a index corresponding to the cal_idx-th calibration related to the measurement. Let's consider the case
of 2 uncalibrated sensor with two associated calibration state in State.S = [S0, S1], and a single calibrated sensor.
cal_idx = 0 indicates a measurement coming from the sensor that has calibration S0, cal_idx = 1 indicates a
measurement coming from the sensor that has calibration S1. cal_idx = -1 indicates that the measurement is coming
from a calibrated sensor
----------

Definition at line 486 of file EqF.py.

Constructor & Destructor Documentation

◆ __init__()

def gtsam.examples.EqF.Measurement.__init__ (   self,
np.ndarray  y,
np.ndarray  d,
np.ndarray  Sigma,
int   i = -1 
)
Initialize measurement

:param y: A numpy array with size 3 and norm 1 representing the direction measurement in the sensor frame
:param d: A numpy array with size 3 and norm 1 representing the direction in the global frame
:param Sigma: A numpy array with shape (3, 3) representing the noise covariance of the direction measurement
:param i: index of the corresponding calibration state

Definition at line 509 of file EqF.py.

Member Data Documentation

◆ cal_idx

gtsam.examples.EqF.Measurement.cal_idx

Definition at line 536 of file EqF.py.

◆ d

gtsam.examples.EqF.Measurement.d

Definition at line 534 of file EqF.py.

◆ int

gtsam.examples.EqF.Measurement.int
static

Definition at line 507 of file EqF.py.

◆ Sigma

gtsam.examples.EqF.Measurement.Sigma

Definition at line 535 of file EqF.py.

◆ y

gtsam.examples.EqF.Measurement.y

Definition at line 533 of file EqF.py.


The documentation for this class was generated from the following file:


gtsam
Author(s):
autogenerated on Wed May 28 2025 03:15:32