dynamicgraph::sot::RobotSimu Class Reference

#include <sot/core/robot-simu.hh>

Inheritance diagram for dynamicgraph::sot::RobotSimu:
[legend]

Public Member Functions

 RobotSimu (const std::string &inName)
 
virtual const std::string & getClassName (void) const
 
- Public Member Functions inherited from dynamicgraph::sot::Device
 Device (const std::string &name)
 
virtual ~Device ()
 
virtual void setStateSize (const unsigned int &size)
 
virtual void setState (const ml::Vector &st)
 
void setVelocitySize (const unsigned int &size)
 
virtual void setVelocity (const ml::Vector &vel)
 
virtual void setSecondOrderIntegration ()
 
virtual void setControlInputType (const std::string &cit)
 
virtual void increment (const double &dt=5e-2)
 
virtual void display (std::ostream &os) const
 
void commandLine (const std::string &, std::istringstream &, std::ostream &)
 
virtual void setRoot (const ml::Matrix &root)
 
virtual void setRoot (const MatrixHomogeneous &worldMwaist)
 
- Public Member Functions inherited from dynamicgraph::Entity
 Entity (const std::string &name)
 
virtual ~Entity ()
 
const std::string & getName () const
 
virtual std::string getDocString () const
 
bool hasSignal (const std::string &signame) const
 
SignalBase< int > & getSignal (const std::string &signalName)
 
const SignalBase< int > & getSignal (const std::string &signalName) const
 
std::ostream & displaySignalList (std::ostream &os) const
 
virtual std::ostream & writeGraph (std::ostream &os) const
 
virtual std::ostream & writeCompletionList (std::ostream &os) const
 
virtual SignalBase< int > * test ()
 
virtual void test2 (SignalBase< int > *)
 
const std::string & getCommandList () const
 
CommandMap_t getNewStyleCommandMap ()
 
command::CommandgetNewStyleCommand (const std::string &cmdName)
 
SignalMap getSignalMap () const
 

Static Public Attributes

static const std::string CLASS_NAME
 
- Static Public Attributes inherited from dynamicgraph::sot::Device
static const std::string CLASS_NAME
 

Additional Inherited Members

- Public Types inherited from dynamicgraph::sot::Device
enum  ForceSignalSource {
  FORCE_SIGNAL_RLEG,
  FORCE_SIGNAL_LLEG,
  FORCE_SIGNAL_RARM,
  FORCE_SIGNAL_LARM
}
 
- Public Types inherited from dynamicgraph::Entity
typedef std::map< std::string, SignalBase< int > * > SignalMap
 
typedef std::map< const std::string, command::Command *> CommandMap_t
 
- Public Attributes inherited from dynamicgraph::sot::Device
dynamicgraph::SignalPtr< ml::Vector, int > controlSIN
 
dynamicgraph::SignalPtr< ml::Vector, int > attitudeSIN
 
dynamicgraph::SignalPtr< ml::Vector, int > zmpSIN
 
dynamicgraph::Signal< ml::Vector, int > stateSOUT
 
dynamicgraph::Signal< ml::Vector, int > velocitySOUT
 
dynamicgraph::Signal< MatrixRotation, int > attitudeSOUT
 
dynamicgraph::Signal< ml::Vector, int > * forcesSOUT [4]
 
dynamicgraph::Signal< ml::Vector, int > pseudoTorqueSOUT
 
dynamicgraph::Signal< ml::Vector, int > previousControlSOUT
 
dynamicgraph::Signal< ml::Vector, int > motorcontrolSOUT
 The current state of the robot from the command viewpoint. More...
 
dynamicgraph::Signal< ml::Vector, int > ZMPPreviousControllerSOUT
 The ZMP reference send by the previous controller. More...
 
- Protected Member Functions inherited from dynamicgraph::sot::Device
void integrateRollPitchYaw (ml::Vector &state, const ml::Vector &control, double dt)
 Compute roll pitch yaw angles of freeflyer joint. More...
 
virtual void integrate (const double &dt)
 Compute the new position, from the current control. More...
 
const MatrixHomogeneousfreeFlyerPose () const
 Get freeflyer pose. More...
 
- Protected Member Functions inherited from dynamicgraph::Entity
void addCommand (const std::string &name, command::Command *command)
 
void entityRegistration ()
 
void entityDeregistration ()
 
void signalRegistration (const SignalArray< int > &signals)
 
void signalDeregistration (const std::string &name)
 
- Protected Attributes inherited from dynamicgraph::sot::Device
ml::Vector state_
 
ml::Vector velocity_
 
bool vel_controlInit_
 
ml::Vector vel_control_
 
ControlInput controlInputType_
 
bool withForceSignals [4]
 
PeriodicCall periodicCallBefore_
 
PeriodicCall periodicCallAfter_
 
MatrixHomogeneous ffPose_
 Store Position of free flyer joint. More...
 
- Protected Attributes inherited from dynamicgraph::Entity
std::string name
 
SignalMap signalMap
 
CommandMap_t commandMap
 

Constructor & Destructor Documentation

◆ RobotSimu()

dynamicgraph::sot::RobotSimu::RobotSimu ( const std::string &  inName)

Member Function Documentation

◆ getClassName()

virtual const std::string& dynamicgraph::sot::RobotSimu::getClassName ( void  ) const
inlinevirtual

Reimplemented from dynamicgraph::sot::Device.

Member Data Documentation

◆ CLASS_NAME

const std::string dynamicgraph::sot::RobotSimu::CLASS_NAME
static