ocra-wbi-plugins
Doxygen documentation for the ocra-wbi-plugins repository
ocra-wbi-plugins/ocra-icub-clients/walking-client/include/walking-client/BaseOfSupport.h File Reference
#include <boost/geometry.hpp>
#include <boost/geometry/geometries/polygon.hpp>
#include <boost/geometry/geometries/box.hpp>
#include <boost/geometry/geometries/adapted/boost_tuple.hpp>
#include "unsupported/Eigen/MatrixFunctions"
#include <Eigen/Core>
#include <walking-client/MIQPState.h>
#include <walking-client/StepController.h>
#include <walking-client/utils.h>
#include <ocra-recipes/TaskConnection.h>
Include dependency graph for BaseOfSupport.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BaseOfSupport
 Builds base of support and corresponding constraints based on the robot's feet location. More...

Typedefs

typedef boost::tuple< double,
double > 
point
typedef
boost::geometry::model::polygon
< point
Polygon
typedef
boost::geometry::model::box
< point
Box

Typedef Documentation

typedef boost::geometry::model::box<point> Box
typedef boost::tuple<double, double> point
typedef boost::geometry::model::polygon<point> Polygon
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines