move3d_ros_lib  0.1.0
move3d/ros API interface
 All Classes Namespaces Functions Variables Typedefs Pages
Public Member Functions | List of all members
move3d::BaseHumanUpdater Class Referenceabstract

#include <base_human_updater.h>

Inheritance diagram for move3d::BaseHumanUpdater:
move3d::HeadHandUpdater move3d::SingleJoint2dUpdater

Public Member Functions

virtual bool update (Robot *h, const Eigen::Affine3d &base, const std::map< std::string, Eigen::Affine3d > &joints, const HumanSettings &settings)=0
 update the robot with the given elements More...
 
virtual bool computeConf (Robot *h, const Eigen::Affine3d &base, const std::map< std::string, Eigen::Affine3d > &joints, const HumanSettings &settings, RobotState &q)=0
 compute the configuration without updating the human in move3d More...
 

Detailed Description

Base class for implementing plugin human updater.

BaseHumanUpdater provides the interface for plugin classes that handle the translation of some specific human description to move3d

See Also
http://wiki.ros.org/pluginlib

Member Function Documentation

virtual bool move3d::BaseHumanUpdater::computeConf ( Robot *  h,
const Eigen::Affine3d &  base,
const std::map< std::string, Eigen::Affine3d > &  joints,
const HumanSettings settings,
RobotState &  q 
)
pure virtual

compute the configuration without updating the human in move3d

Parameters
[in]hRobot object representing the human in move3d
[in]basebase position
[in]jointsjoint positions
[in]settingssettings for that human
[out]qthe computed configuration
Returns

Implemented in move3d::HeadHandUpdater, and move3d::SingleJoint2dUpdater.

virtual bool move3d::BaseHumanUpdater::update ( Robot *  h,
const Eigen::Affine3d &  base,
const std::map< std::string, Eigen::Affine3d > &  joints,
const HumanSettings settings 
)
pure virtual

update the robot with the given elements

Parameters
hthe Robot object representing the human in move3d
basethe base position
jointsthe joint positions
settingssettings for that human
Returns

Implemented in move3d::HeadHandUpdater, and move3d::SingleJoint2dUpdater.


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