|
Compounds |
| class | BoxData |
| | Reads and writes a Box to and from an XML data file. More...
|
| class | ConeData |
| | Reads and writes a Cone to and from an XML data file. More...
|
| class | ConfigurationData |
| | Stores a named joint configuration. More...
|
| class | CylisphereData |
| | Reads and writes a Cylisphere to and from an XML data file. More...
|
| class | DHData |
| | Reads DH parameters from a data file or programmatically create them. More...
|
| class | Limits |
| | A Limits object is used to store binary limits data for robot joints. These include min and max. These limits are generally used for Position, Velocity, Current, Acceleration and Torque. In additon to limits, the Limits object can also contain the excess error associated with a joint. These excess errors can be specified for all different limits type. Generally, they are specified for position and current. More...
|
| class | LimitsData |
| | Reads Limits data from a data file or programmatically create them. LimitsType template argument should either be "Position", "Velocity", "Acceleration", "Current", or "Torque". More...
|
| class | ManipulatorData |
| | Reads a manipulator model from a data file or programmatically create them. More...
|
| class | MatrixData |
| | Reads data from a file that is represented in matrix format. More...
|
| class | NodeObstacleData |
| | Reads a node's obstacle model. A node can have primitive shapes in it and also children nodes. More...
|
| class | PlaneData |
| | Reads and writes a Plane to and from an XML data file. More...
|
| class | PolytopeData |
| | Reads and writes a Polytope to and from an XML data file. More...
|
| class | RobotData |
| | Acts as the base class for all classes that are used to read and parse data files. More...
|
| class | SpecificationsData |
| | Reads specifications for a particular system (robot, tool, etc.) from a data file or programmatically create them. More...
|
| class | SphereData |
| | Reads and writes a Sphere to and from an XML data file. More...
|
| class | TensorData |
| | Reads data from a file that is represented in tensor format (array of matrices). More...
|
| class | ToolData |
| | Reads a tool model from a data file or programmatically create them. More...
|
| class | WorkcellData |
| | Reads a Workcell model from a data file or programmatically create them. More...
|
| class | XMLData |
| | Reads OSCAR specific data specifiedf in XML This is the base class for all data to be loaded in XML format. This class sets up the XML parser (Xerces), sets its properties (validation, schema, etc.) sets namespace, etc. Dervied classes have to define the parseParameters method for the specific data they are loading. More...
|
| class | XMLDHData |
| | Reads DH parameters from a data file or programmatically create them. More...
|
Variables |
| const OSCARError | FileIOErrors |
| const OSCARError | fileOpenError |
| const OSCARError | badFileData |
| const OSCARError | dataSizeNotMatch |
| const OSCARError | dhParamsIllFormed |
| const OSCARError | xmlError |
| const OSCARError | jointLimitsNotDefined |
| const OSCARError | jointOffsetsNotDefined |
| const OSCARError | dhParametersNotDefined |
| const OSCARError | dhFrameNamesNotDefined |