Class world
-
class world
Public Functions
-
~world()
-
void updateTimeStep()
-
double getCoordinate(int i, int limb_idx)
-
VectorXd getM1(int i, int limb_idx)
-
VectorXd getM2(int i, int limb_idx)
-
double getCurrentTime() const
-
bool simulationRunning() const
-
int getTimeStep() const
-
void printSimData()
Public Members
-
shared_ptr<softRobots> soft_robots
-
~world()