#include <ISSMPBlending.h>
Public Member Functions | |
ISSMPBlending (RcsGraph *graph) | |
virtual | ~ISSMPBlending () |
unsigned int | getDim () const override |
void | getMinMax (double *min, double *max) const override |
virtual std::vector< std::string > | getNames () const |
void | applyInitialState (const MatNd *initialState) override |
![]() | |
InitStateSetter (RcsGraph *graph) | |
virtual | ~InitStateSetter () |
![]() | |
BoxSpaceProvider () | |
virtual | ~BoxSpaceProvider () |
BoxSpaceProvider (const BoxSpaceProvider &)=delete | |
BoxSpaceProvider & | operator= (const BoxSpaceProvider &)=delete |
BoxSpaceProvider (BoxSpaceProvider &&)=delete | |
BoxSpaceProvider & | operator= (BoxSpaceProvider &&)=delete |
const BoxSpace * | getSpace () const |
Private Attributes | |
RcsBody * | effector |
Additional Inherited Members | |
![]() | |
RcsGraph * | graph |
Initial state setter for the movement primitive blending sandbox environment. The initial state consists of the 2 Cartesian positions of the prismatic joints.
Definition at line 43 of file ISSMPBlending.h.
Rcs::ISSMPBlending::ISSMPBlending | ( | RcsGraph * | graph | ) |
Constructor. The passed graph must contain a body named 'Effector'.
graph | graph to set the state on |
Definition at line 39 of file ISSMPBlending.cpp.
|
virtual |
Definition at line 46 of file ISSMPBlending.cpp.
|
overridevirtual |
Set initial state of the graph.
Implements Rcs::InitStateSetter.
Definition at line 70 of file ISSMPBlending.cpp.
|
overridevirtual |
Provides the number of elements in the space. Since the BoxSpace object will be cached, this must not change.
Implements Rcs::BoxSpaceProvider.
Definition at line 51 of file ISSMPBlending.cpp.
|
overridevirtual |
Provides the minimum and maximum state values. The default implementation uses -inf and inf.
Reimplemented from Rcs::InitStateSetter.
Definition at line 56 of file ISSMPBlending.cpp.
|
virtual |
Provides names for each entry of the space.
These are intended for use in python, i.e., for pandas dataframe column names.
Reimplemented from Rcs::BoxSpaceProvider.
Definition at line 65 of file ISSMPBlending.cpp.
|
private |
Definition at line 65 of file ISSMPBlending.h.