#include <Eigen/Dense>
#include <fstream>
#include <iostream>
#include <vector>
Go to the source code of this file.
Namespaces | |
PatternGeneratorJRL | |
\doc Simulate a rigid body | |
Macros | |
#define | WALK_GEN_JRL_EXPORT |
Typedefs | |
typedef struct COMPosition_s | PatternGeneratorJRL::COMPosition |
typedef struct COMPosition_s | PatternGeneratorJRL::WaistState |
typedef struct COMState_s | PatternGeneratorJRL::COMState |
typedef struct RelativeFootPosition_s | PatternGeneratorJRL::RelativeFootPosition |
typedef struct ZMPPosition_s | PatternGeneratorJRL::ZMPPosition |
typedef struct FootAbsolutePosition_t | PatternGeneratorJRL::FootAbsolutePosition |
typedef struct HandAbsolutePosition_t | PatternGeneratorJRL::HandAbsolutePosition |
typedef struct LinearConstraintInequality_s | PatternGeneratorJRL::LinearConstraintInequality_t |
typedef struct LinearConstraintInequalityFreeFeet_s | PatternGeneratorJRL::LinearConstraintInequalityFreeFeet_t |
typedef struct SupportFeet_s | PatternGeneratorJRL::SupportFeet_t |
typedef struct ReferenceAbsoluteVelocity_t | PatternGeneratorJRL::ReferenceAbsoluteVelocity |
typedef struct Circle_t | PatternGeneratorJRL::Circle |
Functions | |
std::ostream & | PatternGeneratorJRL::operator<< (std::ostream &os, const COMPosition_s &aCp) |
std::ostream & | PatternGeneratorJRL::operator<< (std::ostream &os, const RelativeFootPosition_s &rfp) |
std::ostream & | PatternGeneratorJRL::operator<< (std::ostream &os, const ZMPPosition_s &zmp) |
std::ostream & | PatternGeneratorJRL::operator<< (std::ostream &os, const FootAbsolutePosition &fap) |
std::ostream & | PatternGeneratorJRL::operator<< (std::ostream &os, const HandAbsolutePosition &hap) |
std::ostream & | PatternGeneratorJRL::operator<< (std::ostream &os, const SupportFeet_s &sf) |
std::ostream & | PatternGeneratorJRL::operator<< (std::ostream &os, const ReferenceAbsoluteVelocity_t &rav) |
std::ostream & | PatternGeneratorJRL::operator<< (std::ostream &os, const Circle_t &circle) |
#define WALK_GEN_JRL_EXPORT |