#include <ISSPlanarInsert.h>
Public Member Functions | |
ISSPlanarInsert (RcsGraph *graph) | |
virtual | ~ISSPlanarInsert () |
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 * | link1 |
RcsBody * | link2 |
RcsBody * | link3 |
RcsBody * | link4 |
RcsBody * | link5 |
Additional Inherited Members | |
![]() | |
RcsGraph * | graph |
Initial state setter for the planar-insert environment. The initial state consists of the 4 joint angles.
Definition at line 43 of file ISSPlanarInsert.h.
Rcs::ISSPlanarInsert::ISSPlanarInsert | ( | RcsGraph * | graph | ) |
Constructor. The passed graph must contain five bodies named 'Link1', 'Link2', 'Link3', 'Link4', and 'Link5'.
graph | graph to set the state on |
Definition at line 39 of file ISSPlanarInsert.cpp.
|
virtual |
Definition at line 54 of file ISSPlanarInsert.cpp.
|
overridevirtual |
Set initial state of the graph.
Implements Rcs::InitStateSetter.
Definition at line 84 of file ISSPlanarInsert.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 59 of file ISSPlanarInsert.cpp.
|
overridevirtual |
Provides the minimum and maximum state values. The default implementation uses -inf and inf.
Reimplemented from Rcs::InitStateSetter.
Definition at line 64 of file ISSPlanarInsert.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 79 of file ISSPlanarInsert.cpp.
|
private |
Definition at line 64 of file ISSPlanarInsert.h.
|
private |
Definition at line 65 of file ISSPlanarInsert.h.
|
private |
Definition at line 66 of file ISSPlanarInsert.h.
|
private |
Definition at line 67 of file ISSPlanarInsert.h.
|
private |
Definition at line 68 of file ISSPlanarInsert.h.