Homepage Demos Overview Downloads Tutorials Reference
Credits
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members | Related Pages | Search

MotionManager::PIDUpdate Struct Reference

#include <MotionManager.h>

List of all members.


Detailed Description

used to request pids for a given joint

Definition at line 157 of file MotionManager.h.

Public Member Functions

 PIDUpdate ()
 constructor

 PIDUpdate (unsigned int j, const float p[3])
 constructor


Public Attributes

unsigned int joint
 the joint ID (see RobotInfo.h for offset values)

float pids [3]
 the PID values to use (see ::Pid )


Constructor & Destructor Documentation

MotionManager::PIDUpdate::PIDUpdate  )  [inline]
 

constructor

Definition at line 159 of file MotionManager.h.

References joint.

MotionManager::PIDUpdate::PIDUpdate unsigned int  j,
const float  p[3]
[inline]
 

constructor

Definition at line 161 of file MotionManager.h.

References joint, and pids.


Member Data Documentation

unsigned int MotionManager::PIDUpdate::joint
 

the joint ID (see RobotInfo.h for offset values)

Definition at line 165 of file MotionManager.h.

float MotionManager::PIDUpdate::pids[3]
 

the PID values to use (see ::Pid )

Definition at line 166 of file MotionManager.h.


The documentation for this struct was generated from the following file:
Tekkotsu v1.4
Generated Sat Jul 19 00:09:03 2003 by Doxygen 1.3.2