PatternGeneratorJRL::COMState_s Struct Reference

Structure to store the COM state computed by the preview control. More...

#include <jrl/walkgen/pgtypes.hh>

Public Member Functions

struct COMState_soperator= (const COMPosition_s &aCS)
 
void reset ()
 
 COMState_s ()
 

Public Attributes

double x [3]
 
double y [3]
 
double z [3]
 
double yaw [3]
 
double pitch [3]
 
double roll [3]
 

Friends

std::ostream & operator<< (std::ostream &os, const struct COMState_s &acs)
 

Detailed Description

Structure to store the COM state computed by the preview control.

Constructor & Destructor Documentation

PatternGeneratorJRL::COMState_s::COMState_s ( )

Member Function Documentation

struct COMState_s& PatternGeneratorJRL::COMState_s::operator= ( const COMPosition_s aCS)
void PatternGeneratorJRL::COMState_s::reset ( )

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const struct COMState_s acs 
)
friend

Member Data Documentation