|
|
#include <MemoryX/libraries/motionmodels/MotionModelKBM.h>
Inheritance diagram for MotionModelKBM:Public Member Functions | |
| AbstractMotionModel::EMotionModelType | getMotionModelType () override |
| MotionModelKBM (std::string referenceNodeName, std::string nodeSetName, armarx::RobotStateComponentInterfacePrx robotStateProxy, memoryx::LongtermMemoryInterfacePrx longtermMemoryPrx) | |
| void | setPoseAtLastLocalisation (const armarx::LinkedPoseBasePtr &poseAtLastLocalization, const armarx::PoseBasePtr &globalRobotPoseAtLastLocalization, const MultivariateNormalDistributionBasePtr &uncertaintyAtLastLocalization, const Ice::Current &c=Ice::emptyCurrent) override |
Public Member Functions inherited from AbstractMotionModel | |
| AbstractMotionModel (armarx::RobotStateComponentInterfacePrx robotStateProxy) | |
| virtual std::string | getMotionModelName () |
| armarx::LinkedPoseBasePtr | getPoseAtLastLocalisation (const Ice::Current &=Ice::emptyCurrent) override |
| armarx::LinkedPoseBasePtr | getPredictedPose (const Ice::Current &=Ice::emptyCurrent) override |
| armarx::LinkedPoseBasePtr | getPredictedPoseAtStartOfCurrentLocalization (const Ice::Current &=Ice::emptyCurrent) override |
| MultivariateNormalDistributionBasePtr | getUncertainty (const Ice::Current &=Ice::emptyCurrent) override |
| MultivariateNormalDistributionBasePtr | getUncertaintyAtStartOfCurrentLocalization (const Ice::Current &=Ice::emptyCurrent) override |
| void | savePredictedPoseAtStartOfCurrentLocalization (const Ice::Current &=Ice::emptyCurrent) override |
| void | setPoseAtLastLocalisation (const armarx::LinkedPoseBasePtr &poseAtLastLocalization, const armarx::PoseBasePtr &globalRobotPoseAtLastLocalization, const MultivariateNormalDistributionBasePtr &uncertaintyAtLastLocalization, const Ice::Current &=Ice::emptyCurrent) override |
Static Public Member Functions | |
| static KBM::Models::KBM_ptr | CreateKBMFromSamples (VirtualRobot::RobotPtr robot, VirtualRobot::RobotNodeSetPtr nodeSet, VirtualRobot::SceneObjectPtr referenceFrame) |
| static void | CreateSample (VirtualRobot::RobotNodeSetPtr nodeSet, Eigen::VectorXf jointMax, Eigen::VectorXf jointMin, VirtualRobot::RobotNodePtr root, VirtualRobot::RobotNodePtr TCP, Ice::DoubleSeq &prop, Ice::DoubleSeq &shape) |
Static Public Member Functions inherited from AbstractMotionModel | |
| static EMotionModelType | getMotionModelTypeByName (std::string motionModelName) |
Protected Member Functions | |
| Eigen::MatrixXf | getJointAngles (armarx::SharedRobotInterfacePrx robotPrx) |
| armarx::LinkedPosePtr | getPredictedPoseInternal () override |
| MultivariateNormalDistributionBasePtr | getUncertaintyInternal () override |
| void | ice_postUnmarshal () override |
| MotionModelKBM () | |
| void | periodicUpdate () |
Protected Member Functions inherited from AbstractMotionModel | |
| AbstractMotionModel () | |
Protected Attributes | |
| KBM::Models::KBM_ptr | kbm |
| std::string | memoryName |
| VirtualRobot::RobotPtr | robot |
| armarx::PeriodicTask< MotionModelKBM >::pointer_type | updaterThreadTask |
Protected Attributes inherited from AbstractMotionModel | |
| std::recursive_mutex | motionPredictionLock |
Friends | |
| template<class IceBaseClass , class DerivedClass > | |
| class | armarx::GenericFactory |
Additional Inherited Members | |
Public Types inherited from AbstractMotionModel | |
| enum | EMotionModelType { eMotionModelStaticObject, eMotionModelRobotHand, eMotionModelAttachedToOtherObject, eMotionModelKBM } |
Definition at line 40 of file MotionModelKBM.h.
| MotionModelKBM | ( | std::string | referenceNodeName, |
| std::string | nodeSetName, | ||
| armarx::RobotStateComponentInterfacePrx | robotStateProxy, | ||
| memoryx::LongtermMemoryInterfacePrx | longtermMemoryPrx | ||
| ) |
Definition at line 40 of file MotionModelKBM.cpp.
|
inlineprotected |
Definition at line 85 of file MotionModelKBM.h.
|
static |
|
static |
|
protected |
Definition at line 123 of file MotionModelKBM.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineoverridevirtual |
Implements AbstractMotionModel.
Definition at line 49 of file MotionModelKBM.h.
|
overrideprotectedvirtual |
Implements AbstractMotionModel.
Definition at line 91 of file MotionModelKBM.cpp.
Here is the call graph for this function:
|
overrideprotectedvirtual |
Implements AbstractMotionModel.
Definition at line 372 of file MotionModelKBM.cpp.
Here is the call graph for this function:
|
overrideprotected |
Definition at line 408 of file MotionModelKBM.cpp.
|
protected |
Definition at line 138 of file MotionModelKBM.cpp.
|
override |
|
friend |
Definition at line 83 of file MotionModelKBM.h.
|
protected |
Definition at line 89 of file MotionModelKBM.h.
|
protected |
Definition at line 93 of file MotionModelKBM.h.
|
protected |
Definition at line 90 of file MotionModelKBM.h.
|
protected |
Definition at line 92 of file MotionModelKBM.h.