|
state-observation 1.7.0
General implementation of observers.
|
Public Attributes | |
| Kinematics | worldRestPose |
| State ///. | |
| Vector6 | wrenchMeasurement |
| Measurements ///. | |
| Kinematics | userContactKine |
| Describes the measured wrench (forces + torques) at the contact in the sensor's frame. | |
| Kinematics | centroidContactKine |
| Describes the kinematics of the contact point in the centroid's frame. | |
| CheckedMatrix6 | sensorCovMatrix |
| Describes the kinematics of the contact point in the centroid's frame. | |
| Matrix3 | linearStiffness |
| measurement covariance matrix of the wrench sensor attached to the contact. | |
| Matrix3 | linearDamping |
| linear stiffness associated to the contact, used in the visco-elastic model | |
| Matrix3 | angularStiffness |
| linear damping associated to the contact, used in the visco-elastic model | |
| Matrix3 | angularDamping |
| angular stiffness associated to the contact, used in the visco-elastic model | |
| bool | isSet |
| angular damping associated to the contact, used in the visco-elastic model | |
| bool | withRealSensor |
| Index | stateIndex |
| Index | stateIndexTangent |
| Public Attributes inherited from stateObservation::KineticsObserver::Sensor | |
| Index | measIndex |
| Index | measIndexTangent |
| Index | size |
| TimeIndex | time |
Static Public Attributes | |
| static const Kinematics::Flags::Byte | contactKineFlags |
Additional Inherited Members | |
| Public Member Functions inherited from stateObservation::KineticsObserver::Sensor | |
| Sensor (Index signalSize) | |
| Vector | extractFromVector (const Vector &v) |
Definition at line 1035 of file kinetics-observer.hpp.
|
inline |
Definition at line 1037 of file kinetics-observer.hpp.
|
inline |
Definition at line 1041 of file kinetics-observer.hpp.
| Kinematics stateObservation::KineticsObserver::Contact::worldRestPose |
State ///.
Definition at line 1044 of file kinetics-observer.hpp.
| Vector6 stateObservation::KineticsObserver::Contact::wrenchMeasurement |
Measurements ///.
Definition at line 1047 of file kinetics-observer.hpp.
| Kinematics stateObservation::KineticsObserver::Contact::userContactKine |
Describes the measured wrench (forces + torques) at the contact in the sensor's frame.
Input ///
Definition at line 1050 of file kinetics-observer.hpp.
| Kinematics stateObservation::KineticsObserver::Contact::centroidContactKine |
Describes the kinematics of the contact point in the centroid's frame.
Definition at line 1051 of file kinetics-observer.hpp.
| CheckedMatrix6 stateObservation::KineticsObserver::Contact::sensorCovMatrix |
Describes the kinematics of the contact point in the centroid's frame.
Definition at line 1052 of file kinetics-observer.hpp.
| Matrix3 stateObservation::KineticsObserver::Contact::linearStiffness |
measurement covariance matrix of the wrench sensor attached to the contact.
Definition at line 1054 of file kinetics-observer.hpp.
| Matrix3 stateObservation::KineticsObserver::Contact::linearDamping |
linear stiffness associated to the contact, used in the visco-elastic model
Definition at line 1055 of file kinetics-observer.hpp.
| Matrix3 stateObservation::KineticsObserver::Contact::angularStiffness |
linear damping associated to the contact, used in the visco-elastic model
Definition at line 1056 of file kinetics-observer.hpp.
| Matrix3 stateObservation::KineticsObserver::Contact::angularDamping |
angular stiffness associated to the contact, used in the visco-elastic model
Definition at line 1057 of file kinetics-observer.hpp.
| bool stateObservation::KineticsObserver::Contact::isSet |
angular damping associated to the contact, used in the visco-elastic model
Status ///
Definition at line 1061 of file kinetics-observer.hpp.
| bool stateObservation::KineticsObserver::Contact::withRealSensor |
Definition at line 1062 of file kinetics-observer.hpp.
| Index stateObservation::KineticsObserver::Contact::stateIndex |
Definition at line 1063 of file kinetics-observer.hpp.
| Index stateObservation::KineticsObserver::Contact::stateIndexTangent |
Definition at line 1064 of file kinetics-observer.hpp.
|
static |
Definition at line 1066 of file kinetics-observer.hpp.