momentumopt
ContactPlanFromFile.hpp
Go to the documentation of this file.
1 
9 #pragma once
10 
12 
13 namespace momentumopt {
14 
20  {
21  public:
24 
25  virtual void optimize(const DynamicsState& ini_state, const TerrainDescription& terrain);
26  };
27 }
This class is a container for a terrain description in terms of terrain surfaces. ...
Definition: TerrainDescription.hpp:66
This class implements the ContactPlanInterface by reading a sequence of contacts from a configuration...
Definition: ContactPlanFromFile.hpp:19
This class is a container for all variables required to define a dynamic state: center of mass positi...
Definition: DynamicsState.hpp:29
This class implements a simple interface to store a sequence of contacts, including its activation an...
Definition: ContactPlanInterface.hpp:36