|
state-observation 1.7.0
General implementation of observers.
|
Public Types | |
| typedef unsigned char | Byte |
Static Public Attributes | |
| static const Byte | position = BOOST_BINARY(000001) |
| static const Byte | orientation = BOOST_BINARY(000010) |
| static const Byte | linVel = BOOST_BINARY(000100) |
| static const Byte | angVel = BOOST_BINARY(001000) |
| static const Byte | linAcc = BOOST_BINARY(010000) |
| static const Byte | angAcc = BOOST_BINARY(100000) |
| static const Byte | pose = position | orientation |
| static const Byte | vel = linVel | angVel |
| static const Byte | acc = linAcc | angAcc |
| static const Byte | all = pose | vel | acc |
Definition at line 522 of file rigid-body-kinematics.hpp.
| typedef unsigned char stateObservation::kine::internal::KinematicsInternal< T >::Flags::Byte |
Definition at line 524 of file rigid-body-kinematics.hpp.
|
static |
Definition at line 526 of file rigid-body-kinematics.hpp.
|
static |
Definition at line 527 of file rigid-body-kinematics.hpp.
|
static |
Definition at line 528 of file rigid-body-kinematics.hpp.
|
static |
Definition at line 529 of file rigid-body-kinematics.hpp.
|
static |
Definition at line 530 of file rigid-body-kinematics.hpp.
|
static |
Definition at line 531 of file rigid-body-kinematics.hpp.
|
static |
Definition at line 533 of file rigid-body-kinematics.hpp.
|
static |
Definition at line 534 of file rigid-body-kinematics.hpp.
|
static |
Definition at line 535 of file rigid-body-kinematics.hpp.
|
static |
Definition at line 536 of file rigid-body-kinematics.hpp.