#include <armarx/control/common/mp/KeypointsMP.h>
|
| | KeypointsMP (const MPConfig &c) |
| |
| void | run (MPInputPtr, MPOutputPtr, const PhaseStopResult &) override |
| |
| | ~KeypointsMP () |
| |
| virtual void | computePhaseStop (const MPInputPtr input, const MPOutputPtr output, PhaseStopResult &phaseStop) |
| |
| DVec | deserialize (const std::string &, const std::string &mode="string") |
| |
| double | getCanonicalValue () |
| |
| const std::string & | getClassName () const |
| |
| MPConfig | getConfig () |
| |
| const arondto::MPGroup & | getGroup () const |
| |
| std::string | getGroupName () const |
| |
| const std::string & | getMPName () const |
| |
| const std::string & | getNodeSetName () const |
| |
| const std::string & | getRole () const |
| |
| bool | getStartFromPrevTarget () |
| |
| std::vector< double > | getStartVec () |
| |
| DVecVec | getWeight () |
| |
| bool | isFinished () |
| | status
|
| |
| bool | isFirstRun () |
| |
| bool | isRunning () |
| |
| bool | isStopRequested () |
| |
| bool | isTaskSpaceMP () const |
| |
| void | learnFromCSV (const Ice::StringSeq &fileNames=std::vector< std::string >()) |
| | setting
|
| |
| void | learnFromTraj (const MPTrajs &trajs=MPTrajs()) |
| |
| | MP (const MPConfig &c) |
| |
| void | pause () |
| |
| void | removeAllViaPoint () |
| |
| void | requestStop () |
| |
| void | reset () |
| |
| void | resume () |
| |
| std::string | serialize (const std::string &mode="string") |
| |
| void | setDurationSec (Ice::Double timeDuration) |
| |
| void | setGoal (const DVec &goals) |
| |
| void | setRotationWeights (const DVecVec &weights) |
| |
| void | setStart (const DVec &starts) |
| |
| void | setStartAndGoal (const DVec &starts, const DVec &goals) |
| |
| void | setTranslationWeights (const DVecVec &weights) |
| |
| void | setViaPoint (Ice::Double u, const DVec &viapoint) |
| |
| void | setWeight (const DVecVec &weights) |
| | serialze
|
| |
| void | start () |
| | control
|
| |
| void | start (const DVec &goals) |
| |
| void | start (const DVec &goals, const DVec &starts) |
| |
| void | start (const DVec &goals, const DVec &starts, Ice::Double timeDuration) |
| |
| void | start (const DVec &goals, Ice::Double timeDuration) |
| |
| void | stop () |
| |
| void | trainMP () |
| |
| void | trainMPFromTraj (std::vector< mplib::core::SampledTrajectory > &trajs) |
| |
| virtual void | validateInitialState (const DVec &starts) |
| |
| virtual DVec | validateViaPoint (const DVec &viapoint) |
| |
| virtual | ~MP ()=default |
| |
Definition at line 48 of file KeypointsMP.h.
◆ KeypointsMP()
◆ ~KeypointsMP()
◆ run()
The documentation for this class was generated from the following files: