#include "angle_state.h"
#include "auxil.h"
#include "options.h"
#include "simulator.h"
#include <OpenTissue/core/math/big/big_cholesky.h>
#include <iostream>
Go to the source code of this file.
Classes | |
class | pik_state< observation_type > |
Defines | |
#define | USE_IMPORTANCE_SAMPLING |
#define | NDEBUG |
#define | HEAD 0 |
#define | LEFT_HAND 1 |
#define | RIGHT_HAND 2 |
#define | LEFT_FOOT 3 |
#define | RIGHT_FOOT 4 |
#define | LINEAR_MOTION |
Typedefs | |
typedef boost::numeric::ublas::triangular_matrix < double, boost::numeric::ublas::lower > | triangular_matrix_type |
Functions | |
vector3 | fix (vector3 &curr) |
vector3 | linear_extrapolate (vector3 &curr, vector3 &prev) |
void | add_noise (vector3 &v, gaussian1D &noise) |
Variables | |
double | convex_lambda |
#define HEAD 0 |
#define LEFT_FOOT 3 |
#define LEFT_HAND 1 |
#define LINEAR_MOTION |
#define NDEBUG |
#define RIGHT_FOOT 4 |
#define RIGHT_HAND 2 |
#define USE_IMPORTANCE_SAMPLING |
typedef boost::numeric::ublas::triangular_matrix<double, boost::numeric::ublas::lower> triangular_matrix_type |
void add_noise | ( | vector3 & | v, | |
gaussian1D & | noise | |||
) | [inline] |
double convex_lambda |