|
| bool | checkModel (ModelPtr model) override |
| |
|
std::shared_ptr< BasicSensor< MoCapMarkerSensorMeasurement > > | cloneConfiguration () override |
| |
| bool | equalsConfiguration (SensorPtr other) override |
| |
|
std::map< float, std::map< std::string, Eigen::Vector3f > > | getLabeledMarkerData () |
| |
| int | getPriority () override |
| |
| std::string | getType () override |
| |
| std::string | getVersion () override |
| |
|
| MoCapMarkerSensor (const std::string &description=std::string()) |
| |
|
void | scaleMotionData (float scaleFactor) override |
| |
|
void | setInterpolatedPosition (const std::string &label, double minTimestep, double maxTimestep) |
| |
|
void | setStaticPositionAfterTimestep (const std::string &label, double timestep) |
| |
|
void | shiftMotionData (const Eigen::Vector3f &positionDelta) override |
| |
|
double | switchLabel (const std::string &markerNameA, const std::string &markerNameB) |
| |
|
std::shared_ptr< MoCapMarkerSensorMeasurement > | getDerivedMeasurement (float timestep) |
| |
| bool | isInterpolatable () |
| |
|
void | synchronizeSensorMeasurements (float timeFrequency, float minTimestep, float maxTimestep) |
| | Synchronizes all possible sensormeasurements on a specific time frequency via linear interpolation. Removes all measurements outside the given intervall.
|
| |
|
virtual bool | addSensorMeasurement (std::shared_ptr< MoCapMarkerSensorMeasurement > measurement) |
| |
| SensorPtr | clone () |
| |
|
std::shared_ptr< BasicSensor< MoCapMarkerSensorMeasurement > > | cloneDerived () |
| |
| void | extend (float minTimestep, float maxTimestep) |
| |
|
virtual std::shared_ptr< MoCapMarkerSensorMeasurement > | getDerivedMeasurement (float timestep, float delta) |
| |
| float | getMaxTimestep () |
| |
| SensorMeasurementPtr | getMeasurement (float timestep) |
| |
| SensorMeasurementPtr | getMeasurement (float timestep, float delta) |
| |
| std::map< float, SensorMeasurementPtr > | getMeasurements () |
| |
| float | getMinTimestep () |
| |
| SensorPtr | getSegmentSensor (float startTimestep, float endTimestep, bool changeTimestep=false) |
| |
| std::vector< float > | getTimesteps () |
| |
| bool | hasMeasurement () |
| |
| bool | hasMeasurement (float timestep) |
| |
| virtual void | shiftMeasurements (float delta) |
| |
| void | appendSensorXML (simox::xml::RapidXMLWrapperNodePtr node, const std::filesystem::path &filePath) |
| |
|
std::string | getDescription () |
| |
|
std::string | getName () |
| |
|
virtual std::vector< std::string > | getSensorSpecificInformation (const std::string &name) |
| |
|
std::string | getUniqueName () |
| |
|
virtual void | initializeModel (ModelPtr model, float timestep, bool extend=false, bool update=false) |
| |
|
virtual void | initializeModel (ModelPtr model, float timestep, float delta, bool extend=false, bool update=false) |
| |
|
virtual bool | isMirrorSupported (MotionType type) |
| |
|
virtual void | mirrorMotionData (const Eigen::Matrix4f &referencePose, int referenceAxis) |
| |
|
void | setDescription (const std::string &description) |
| |
|
void | setName (const std::string &name) |
| |
|
void | setUniqueName (const std::string &uniqueName) |
| |
|
void | synchronizeSensorMeasurements (float timeFrequency) |
| | Synchronizes all possible sensormeasurements on a specific time frequency via linear interpolation.
|
| |
|
|
| InterpolatableSensor (const std::string &description=std::string(), const std::map< float, std::shared_ptr< MoCapMarkerSensorMeasurement > > &measurements=std::map< float, std::shared_ptr< MoCapMarkerSensorMeasurement > >()) |
| |
|
virtual void | appendDataXML (simox::xml::RapidXMLWrapperNodePtr node) override |
| |
|
| BasicSensor (const std::string &description=std::string(), const std::map< float, std::shared_ptr< MoCapMarkerSensorMeasurement > > &measurements=std::map< float, std::shared_ptr< MoCapMarkerSensorMeasurement > >()) |
| |
|
SensorPtr | joinSensor (SensorPtr sensor) |
| |
|
virtual void | loadMeasurementNodeXML (simox::xml::RapidXMLWrapperNodePtr node) override |
| |
|
virtual void | appendTypeXML (simox::xml::RapidXMLWrapperNodePtr node) |
| |
|
virtual void | loadSensor (simox::xml::RapidXMLWrapperNodePtr node, const std::filesystem::path &filePath) |
| |
|
| Sensor (const std::string &description="") |
| |
|
std::map< float, std::shared_ptr< MoCapMarkerSensorMeasurement > > | measurements |
| |
| std::string | description |
| |
| std::string | name |
| |
| std::string | uniqueName |
| |