move3d_ros_lib  0.1.0
move3d/ros API interface
 All Classes Namespaces Functions Variables Typedefs Pages
Public Member Functions | Public Attributes | List of all members
move3d::HumanSettings Struct Reference

The HumanSettings struct stores data for each human. More...

#include <base_human_updater.h>

Public Member Functions

 HumanSettings ()
 default constructor
 
 HumanSettings (const std::map< std::string, float > &settings, const std::string &policy, const std::string &move3d_name)
 constructor
 
bool getData (std::string key, float &v) const
 handler to access to the data in the data map
 

Public Attributes

std::string policy
 name of the plugin to use
 
boost::shared_ptr
< BaseHumanUpdater
updater
 pointer to the updater object (plugin)
 
std::map< std::string, float > data
 specific data passed to the updater
 
std::string move3d_name
 name of the human in move3d (i.e. in the p3d file)
 

Detailed Description

The HumanSettings struct stores data for each human.


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