Public Member Functions | Protected Member Functions
shadowrobot::RealArm Class Reference

#include <real_arm.h>

Inheritance diagram for shadowrobot::RealArm:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual JointsMap getAllJointsData ()
virtual void getConfig (std::string joint_name)
virtual JointControllerData getContrl (std::string ctrlr_name)
virtual std::vector
< DiagnosticData
getDiagnostics ()
virtual JointData getJointData (std::string joint_name)
 RealArm ()
virtual short sendupdate (std::string joint_name, double target)
virtual short setConfig (std::vector< std::string > myConfig)
virtual short setContrl (std::string contrlr_name, JointControllerData ctrlr_data)
 ~RealArm ()
 destructor

Protected Member Functions

void initializeMap ()

Detailed Description

Definition at line 36 of file real_arm.h.


Constructor & Destructor Documentation

Initializes the necessary mappings with a static list of names.

Definition at line 37 of file real_arm.cpp.

destructor

Definition at line 59 of file real_arm.cpp.


Member Function Documentation

Get the data for all the joints.

Returns:
a mapping between the joints names and the information for each joint.

Implements shadowrobot::SRArticulatedRobot.

Definition at line 153 of file real_arm.cpp.

void shadowrobot::RealArm::getConfig ( std::string  joint_name) [virtual]

Get the config of the palm

Todo:
Not implemented yet
Parameters:
joint_name

Implements shadowrobot::SRArticulatedRobot.

Definition at line 184 of file real_arm.cpp.

JointControllerData shadowrobot::RealArm::getContrl ( std::string  contrlr_name) [virtual]

Get the controller parameters for a given controller name.

Parameters:
contrlr_namethe name of the controller.
Returns:
The parameters of this controller

Implements shadowrobot::SRArticulatedRobot.

Definition at line 171 of file real_arm.cpp.

Get diagnostic information from the robot.

Returns:
A vector containing all the diagnostics for the hand (motor information, etc...)

Implements shadowrobot::SRArticulatedRobot.

Definition at line 189 of file real_arm.cpp.

JointData shadowrobot::RealArm::getJointData ( std::string  joint_name) [virtual]

Reads the data from the robot.

Parameters:
joint_nameThe name of the joint, as specified in joints_map.
Returns:
The information regarding this joint.

Implements shadowrobot::SRArticulatedRobot.

Definition at line 118 of file real_arm.cpp.

Initialise a mapping for the joints.

Definition at line 63 of file real_arm.cpp.

short shadowrobot::RealArm::sendupdate ( std::string  joint_name,
double  target 
) [virtual]

This function will set the target of the object to the given angle and send it to the robot.

Parameters:
joint_nameThe Joint in joints_map you wish to send the target to.
targetThe target in degree
Returns:
0 if success ; -1 if error

Implements shadowrobot::SRArticulatedRobot.

Definition at line 88 of file real_arm.cpp.

short shadowrobot::RealArm::setConfig ( std::vector< std::string >  myConfig) [virtual]

Set the config of the palm

Todo:
Not implemented yet
Parameters:
myConfig
Returns:

Implements shadowrobot::SRArticulatedRobot.

Definition at line 178 of file real_arm.cpp.

short shadowrobot::RealArm::setContrl ( std::string  contrlr_name,
JointControllerData  ctrlr_data 
) [virtual]

Set the controller parameters for a given controller name.

Parameters:
contrlr_nameThe name of the controller to setup.
ctrlr_dataThe data to pass to this controller.
Returns:
0 if success.

Implements shadowrobot::SRArticulatedRobot.

Definition at line 165 of file real_arm.cpp.


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


sr_hand
Author(s): Ugo Cupcic / ugo@shadowrobot.com, contact@shadowrobot.com
autogenerated on Fri Jan 3 2014 12:03:25