Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
gtsam.examples.PreintegrationExample.PreintegrationExample Class Reference
Inheritance diagram for gtsam.examples.PreintegrationExample.PreintegrationExample:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, twist=None, bias=None, dt=1e-2)
 
def plotGroundTruthPose (self, t, scale=0.3, time_interval=0.01)
 
def plotImu (self, t, measuredOmega, measuredAcc)
 
def run (self, T=12)
 
- Public Member Functions inherited from object
template<typename T >
T cast () const &
 
template<typename T >
T cast ()&&
 
template<>
void cast () const &
 
template<>
void cast ()&&
 
 object ()=default
 
 object (const object &o)
 Copy constructor; always increases the reference count. More...
 
 object (object &&other) noexcept
 Move constructor; steals the object from other and preserves its reference count. More...
 
 object (handle h, borrowed_t)
 
 object (handle h, stolen_t)
 
objectoperator= (const object &other)
 
objectoperator= (object &&other) noexcept
 
 PYBIND11_DEPRECATED ("Use reinterpret_borrow<object>() or reinterpret_steal<object>()") object(handle h
 
handle release ()
 
 ~object ()
 Destructor; automatically calls handle::dec_ref() More...
 
- Public Member Functions inherited from handle
template<typename T >
T cast () const
 
template<>
void cast () const
 
bool check () const
 
const handledec_ref () const &
 
 handle ()=default
 The default constructor creates a handle with a nullptr-valued pointer. More...
 
 handle (PyObject *ptr)
 Creates a handle from the given raw Python object pointer. More...
 
const handleinc_ref () const &
 
 operator bool () const
 Return true when the handle wraps a valid Python object. More...
 
bool operator!= (const handle &h) const
 
bool operator== (const handle &h) const
 
PyObject * ptr () const
 Return the underlying PyObject * pointer. More...
 
PyObject *& ptr ()
 

Static Public Member Functions

def defaultParams (g)
 

Public Attributes

 actualBias
 
 axes
 
 colors
 
 dt
 
 g
 
 labels
 
 maxDim
 
 params
 
 runner
 
 scenario
 
- Public Attributes inherited from object
bool is_borrowed: handle(h) { if (is_borrowed) inc_ref()
 

Additional Inherited Members

- Protected Attributes inherited from handle
PyObject * m_ptr = nullptr
 

Detailed Description

Definition at line 23 of file PreintegrationExample.py.

Constructor & Destructor Documentation

def gtsam.examples.PreintegrationExample.PreintegrationExample.__init__ (   self,
  twist = None,
  bias = None,
  dt = 1e-2 
)
Initialize with given twist, a pair(angularVelocityVector, velocityVector).

Definition at line 39 of file PreintegrationExample.py.

Member Function Documentation

def gtsam.examples.PreintegrationExample.PreintegrationExample.defaultParams (   g)
static
Create default parameters with Z *up* and realistic noise parameters

Definition at line 26 of file PreintegrationExample.py.

def gtsam.examples.PreintegrationExample.PreintegrationExample.plotGroundTruthPose (   self,
  t,
  scale = 0.3,
  time_interval = 0.01 
)

Definition at line 111 of file PreintegrationExample.py.

def gtsam.examples.PreintegrationExample.PreintegrationExample.plotImu (   self,
  t,
  measuredOmega,
  measuredAcc 
)

Definition at line 78 of file PreintegrationExample.py.

def gtsam.examples.PreintegrationExample.PreintegrationExample.run (   self,
  T = 12 
)

Definition at line 124 of file PreintegrationExample.py.

Member Data Documentation

gtsam.examples.PreintegrationExample.PreintegrationExample.actualBias

Definition at line 66 of file PreintegrationExample.py.

gtsam.examples.PreintegrationExample.PreintegrationExample.axes

Definition at line 75 of file PreintegrationExample.py.

gtsam.examples.PreintegrationExample.PreintegrationExample.colors

Definition at line 59 of file PreintegrationExample.py.

gtsam.examples.PreintegrationExample.PreintegrationExample.dt

Definition at line 55 of file PreintegrationExample.py.

gtsam.examples.PreintegrationExample.PreintegrationExample.g

Definition at line 62 of file PreintegrationExample.py.

gtsam.examples.PreintegrationExample.PreintegrationExample.labels

Definition at line 58 of file PreintegrationExample.py.

gtsam.examples.PreintegrationExample.PreintegrationExample.maxDim

Definition at line 57 of file PreintegrationExample.py.

gtsam.examples.PreintegrationExample.PreintegrationExample.params

Definition at line 63 of file PreintegrationExample.py.

gtsam.examples.PreintegrationExample.PreintegrationExample.runner

Definition at line 72 of file PreintegrationExample.py.

gtsam.examples.PreintegrationExample.PreintegrationExample.scenario

Definition at line 54 of file PreintegrationExample.py.


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


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:58:37