GCOP  1.0
Public Member Functions | Public Attributes
gcop::MbsState Class Reference

#include <mbsstate.h>

List of all members.

Public Member Functions

 MbsState (int nb=1, bool fixed=false)
 MbsState (const MbsState &x)

Public Attributes

vector< Matrix4dgs
 configurations
vector< Vector6dvs
 body-fixed velocities
vector< Matrix4ddgs
 relative xforms from b/n bodies
VectorXd r
 joint angles
VectorXd dr
 joint velocities
vector< bool > ub
 at upper bound
vector< bool > lb
 at lower bound
VectorXd zl
 lower bound spring
VectorXd zu
 upper bound spring
bool fixed
 fixed base?

Constructor & Destructor Documentation

gcop::MbsState::MbsState ( int  nb = 1,
bool  fixed = false 
) [inline]
gcop::MbsState::MbsState ( const MbsState x) [inline]

Member Data Documentation

vector<bool> gcop::MbsState::lb

at lower bound

Referenced by gcop::Mbs::CheckLimits(), and gcop::Mbs::GetImpulse().

vector<bool> gcop::MbsState::ub

at upper bound

Referenced by gcop::Mbs::CheckLimits(), and gcop::Mbs::GetImpulse().

lower bound spring

Referenced by gcop::Mbs::EulerStep(), and gcop::Mbs::Force().

upper bound spring

Referenced by gcop::Mbs::EulerStep(), and gcop::Mbs::Force().


The documentation for this class was generated from the following file: