ChppRobotMotionSample Class Reference

This is a stored robot motion sample. More...

#include <hpp/gik/robot/robot-motion.hh>

List of all members.

Public Attributes

matrix4d rootpose
 Root pose.
vectorN configuration
 OpenHRP configuration of the robot.
vectorN velocity
 Velocity.
vectorN acceleration
 Acceleration.
vector3d ZMPwstPla
 Planned Zero Momentum Point in waist frame.
vector3d ZMPworPla
 Planned Zero Momentum Point in world frame.
vector3d ZMPwstObs
 Motion-resulting (Observed) Zero Momentum Point in waist frame.
vector3d ZMPworObs
 Motion-resulting (Observed) Zero Momentum Point in world frame.

Detailed Description

This is a stored robot motion sample.

It contains the full configuration of the robot at some time, as well as the position of the ZMP observed and planned , in the waist frame and in the world frame.


Member Data Documentation

OpenHRP configuration of the robot.

Motion-resulting (Observed) Zero Momentum Point in world frame.

Planned Zero Momentum Point in world frame.

Motion-resulting (Observed) Zero Momentum Point in waist frame.

Planned Zero Momentum Point in waist frame.