|
Jafar
|
This is an accelerometer for an AccelMotion. More...
This is an accelerometer for an AccelMotion.
Definition at line 21 of file accelerometersimu.hpp.
#include <accelerometersimu.hpp>

Public Member Functions | |
| AcceleroSimu (unsigned short x_size, unsigned short z_size, bool use_biases) | |
| Constructor. | |
| bool | WithBiases () |
| void | SetBiases (VEC const &biases) |
| void | Perceive (VEC const &proc_state, time t) |
| performs a noisy measurement of the true state at time t and add it to the measurement list of the sensor | |
| void | PerceiveRet (VEC const &proc_state, VEC &result) const |
| performs a measurement of the true state | |
| void | PrintObservationModel () |
Private Attributes | |
| VEC | m_biases |
| bool | m_with_biases |
| jafar::ddfsimu::AcceleroSimu< T_OBS >::AcceleroSimu | ( | unsigned short | x_size, |
| unsigned short | z_size, | ||
| bool | use_biases | ||
| ) | [inline] |
Constructor.
| x_size | size of the state vector |
| z_size | size of the measurement vector (max 3) |
| use_biases | if true then consider biases |
Definition at line 32 of file accelerometersimu.hpp.
| Generated on Wed Oct 15 2014 00:37:33 for Jafar by doxygen 1.7.6.1 |
|