Class declarations for modules, configurations, and related classes.
-
constEnum
- values for parameter and attachment const flags.
-
param
- param - represents properties of a module or configuration
-
(*paramValidFn)
- function to validate a parameter value
-
paramSpec
- structure for (optionally) adding name and validation information for parameters in a module
-
connectorSpec
- structure for (optionally) adding name and description for a module's connectors
-
DECLARE_COMPONENT_MEMBERS
- declares data members (depTab) and methods for modules w/ components
-
module
- An object representing part of a robot.
-
dofModule
- derived module class for modules with degrees of freedom
-
baseModule
- Derived module class representing a fixed or mobile robot base
-
jointModule
- abstract class for modules representing joints
-
linkModule
- abstract class for modules representing links
-
toolModule
- abstract class for modules representing tools or end-effectors.
-
attachment
- Specifies attachments between two connectors from different modules.
-
endPointRec
- stores data on each of a configuration's end effectors
-
serialChain
- A series of links connected by joints
-
blockRec
- blockRec - tracks where a serialChain's Jacobian & joint vars fit into the cfg's Jacobian and joint vector
-
configuration
- Represents a robot composed of parameterized modules.
-
cfgLimiter
- a dynoLimiter that limits joint forces based on module-specified limits
-
printState
- prints a configuration's state with the indicated number of digits after the decimal point
-
printLimits
- prints various joint limit information (angles, torques, etc)
-
printComponents
- prints the components used by the configuration
-
GET_COMPONENT
- Handy macro for getting components within module::createGeometry.
Class declarations for modules, configurations, and related classes.
- See Also:
- modules.h
payload
Alphabetic index Hierarchy of classes
This page was generated with the help of DOC++.