static-stability-constraint.hh File Reference
#include <hpp/model/fwd.hh>
#include <hpp/model/humanoid-robot.hh>
#include <hpp/wholebody-step/fwd.hh>
#include <hpp/wholebody-step/config.hh>
#include <hpp/wholebody-step/deprecated.hh>
Include dependency graph for static-stability-constraint.hh:
This graph shows which files directly or indirectly include this file:

Namespaces

 hpp
 Copyright (c) 2014 CNRS Authors: Florent Lamiraux.
 
 hpp::wholebodyStep
 

Functions

std::vector< NumericalConstraintPtr_thpp::wholebodyStep::createSlidingStabilityConstraint (const DevicePtr_t &robot, const CenterOfMassComputationPtr_t &comc, const JointPtr_t &leftAnkle, const JointPtr_t &rightAnkle, ConfigurationIn_t configuration)
 Create quasi-static stability constraints. More...
 
std::vector< NumericalConstraintPtr_thpp::wholebodyStep::createSlidingStabilityConstraint (const DevicePtr_t &robot, const JointPtr_t &leftAnkle, const JointPtr_t &rightAnkle, ConfigurationIn_t configuration)
 Create quasi-static stability constraints The center of mass takes into account all the joints of the robot. More...
 
std::vector< NumericalConstraintPtr_thpp::wholebodyStep::createAlignedCOMStabilityConstraint (const DevicePtr_t &robot, const CenterOfMassComputationPtr_t &comc, const JointPtr_t &leftAnkle, const JointPtr_t &rightAnkle, ConfigurationIn_t configuration)
 Constraints that ensure that the COM is between the two ankles. More...