Atlas Behavior Library
1.0
|
Go to the source code of this file.
Classes | |
struct | AtlasJointDesired |
Structure for specifying joint setpoints. More... | |
struct | AtlasJointControlParams |
Structure for specifying controller parameters. More... | |
struct | AtlasControlOutput |
Structure for control data to be streamed to robot sim. More... | |
struct | AtlasJointState |
Structure for holding robot joint state. More... | |
struct | AtlasRobotState |
Structure for current sim state to be streamed to robot sim control. More... | |
struct | AtlasControlInput |
Structure for current sim state to be streamed to robot sim control. More... | |
Defines | |
#define | ATLAS_SIM_SOFTWARE_VERSION_STRING "1.0.8" |
#define | ATLAS_SIM_SOFTWARE_VERSION_MAJOR 1 |
#define | ATLAS_SIM_SOFTWARE_VERSION_MINOR 0 |
#define | ATLAS_SIM_SOFTWARE_VERSION_POINT 8 |
Enumerations | |
Misc enumerations. | |
enum | AtlasErrorCode { NO_ERRORS = 0, ERROR_UNSPECIFIED = -1, ERROR_VALUE_OUT_OF_RANGE = -2, ERROR_INVALID_INDEX = -3, ERROR_FAILED_TO_START_BEHAVIOR = -4, ERROR_NO_ACTIVE_BEHAVIOR = -5, ERROR_NO_SUCH_BEHAVIOR = -6, ERROR_BEHAVIOR_NOT_IMPLEMENTED = -7, ERROR_TIME_RAN_BACKWARD = -8, NUM_ERROR_CODES } |
Enumeration identifying error codes that can be returned from function calls. More... |
struct AtlasControlInput |
Structure for current sim state to be streamed to robot sim control.
Class Members | ||
---|---|---|
AtlasJointDesired | j | |
AtlasJointControlParams | jparams | |
AtlasBehaviorStandParams | stand_params | |
AtlasBehaviorStepParams | step_params | |
AtlasBehaviorWalkParams | walk_params | |
AtlasBehaviorManipulateParams | manipulate_params |
#define ATLAS_SIM_SOFTWARE_VERSION_STRING "1.0.8" |
#define ATLAS_SIM_SOFTWARE_VERSION_MAJOR 1 |
#define ATLAS_SIM_SOFTWARE_VERSION_MINOR 0 |
#define ATLAS_SIM_SOFTWARE_VERSION_POINT 8 |
enum AtlasErrorCode |
Enumeration identifying error codes that can be returned from function calls.
AtlasErrorCode