armarx::DMPInstanceBase
Overview
[ "cpp:virtual" ]
class DMPInstanceBase
Operation Index
- calcTrajectory
-
- setParameter
-
- setGoal
-
- setStartPosition
-
- setDMPState
-
- setConfigurationMap
-
- setAmpl
-
- setCanonicalValues
-
- setTemporalFactor
-
- getAmpl
-
- getForceTerm
-
- getTemporalFactor
-
- getNextState
-
- getNextStateWithCurrentState
-
- getCurrentState
-
- getCanonicalValues
-
- getDampingFactor
-
- getSpringFactor
-
- getDMPType
-
- getDMPDim
-
- getStartPosition
-
- getTrajGoal
-
- getTrajStartState
-
- readTrajectoryFromFile
-
- trainDMP
-
- calcNextState
-
- calcNextStateFromConfig
-
- calcTrajectoryV2
-
- calcTrajectoryFromConfig
-
Operations
Vec2D calcTrajectory(double startTime, double timestep, double endTime, ::Ice::DoubleSeq goal, cStateVec currentStates, ::Ice::DoubleSeq canonicalValues, double temporalFactor) throws InvalidArgumentException
cStateVec getNextStateWithCurrentState()
cStateVec getTrajStartState()
nStateValues calcNextState(double t, ::Ice::DoubleSeq goal, double currentT, Vec2D currentStates, ::Ice::DoubleSeq canonicalValues, double temporalFactor) throws InvalidArgumentException
nStateValues calcNextStateFromConfig(double t, double currentT, Vec2D currentStates, ::Ice::DoubleSeq canonicalValues) throws InvalidArgumentException
Vec2D calcTrajectoryV2(::Ice::DoubleSeq timestamps, ::Ice::DoubleSeq goal, Vec2D currentStates, ::Ice::DoubleSeq canonicalValues, double temporalFactor) throws InvalidArgumentException
Vec2D calcTrajectoryFromConfig(::Ice::DoubleSeq timestamps, Vec2D currentStates, ::Ice::DoubleSeq canonicalValues) throws InvalidArgumentException