|
enum | hebi::robot_model::ElementType {
hebi::robot_model::ElementType::Other = HebiRobotModelElementTypeOther,
hebi::robot_model::ElementType::Actuator = HebiRobotModelElementTypeActuator,
hebi::robot_model::ElementType::Bracket = HebiRobotModelElementTypeBracket,
hebi::robot_model::ElementType::Joint = HebiRobotModelElementTypeJoint,
hebi::robot_model::ElementType::Link = HebiRobotModelElementTypeLink,
hebi::robot_model::ElementType::RigidBody = HebiRobotModelElementTypeRigidBody,
hebi::robot_model::ElementType::EndEffector = HebiRobotModelElementTypeEndEffector
} |
|
enum | hebi::robot_model::FrameType {
hebi::robot_model::FrameType::CenterOfMass = HebiFrameTypeCenterOfMass,
hebi::robot_model::FrameType::Output = HebiFrameTypeOutput,
hebi::robot_model::FrameType::EndEffector = HebiFrameTypeEndEffector,
hebi::robot_model::FrameType::Input = HebiFrameTypeInput,
hebi::robot_model::FrameType::Mesh = HebiFrameTypeMesh
} |
|
enum | hebi::robot_model::JointType {
hebi::robot_model::JointType::RotationX = HebiJointTypeRotationX,
hebi::robot_model::JointType::RotationY = HebiJointTypeRotationY,
hebi::robot_model::JointType::RotationZ = HebiJointTypeRotationZ,
hebi::robot_model::JointType::TranslationX = HebiJointTypeTranslationX,
hebi::robot_model::JointType::TranslationY = HebiJointTypeTranslationY,
hebi::robot_model::JointType::TranslationZ = HebiJointTypeTranslationZ
} |
|
enum | hebi::robot_model::ActuatorType {
hebi::robot_model::ActuatorType::X5_1 = HebiActuatorTypeX5_1,
hebi::robot_model::ActuatorType::X5_4 = HebiActuatorTypeX5_4,
hebi::robot_model::ActuatorType::X5_9 = HebiActuatorTypeX5_9,
hebi::robot_model::ActuatorType::X8_3 = HebiActuatorTypeX8_3,
hebi::robot_model::ActuatorType::X8_9 = HebiActuatorTypeX8_9,
hebi::robot_model::ActuatorType::X8_16 = HebiActuatorTypeX8_16,
hebi::robot_model::ActuatorType::R8_3 = HebiActuatorTypeR8_3,
hebi::robot_model::ActuatorType::R8_9 = HebiActuatorTypeR8_9,
hebi::robot_model::ActuatorType::R8_16 = HebiActuatorTypeR8_16
} |
|
enum | hebi::robot_model::LinkType { hebi::robot_model::LinkType::X5 = HebiLinkTypeX5,
hebi::robot_model::LinkType::X8 = HebiLinkTypeR8
} |
|
enum | hebi::robot_model::LinkInputType { hebi::robot_model::LinkInputType::RightAngle = HebiLinkInputTypeRightAngle,
hebi::robot_model::LinkInputType::Inline = HebiLinkInputTypeInline
} |
|
enum | hebi::robot_model::LinkOutputType { hebi::robot_model::LinkOutputType::RightAngle = HebiLinkOutputTypeRightAngle,
hebi::robot_model::LinkOutputType::Inline = HebiLinkOutputTypeInline
} |
|
enum | hebi::robot_model::BracketType {
hebi::robot_model::BracketType::X5LightLeft = HebiBracketTypeX5LightLeft,
hebi::robot_model::BracketType::X5LightRight = HebiBracketTypeX5LightRight,
hebi::robot_model::BracketType::X5HeavyLeftInside = HebiBracketTypeX5HeavyLeftInside,
hebi::robot_model::BracketType::X5HeavyLeftOutside = HebiBracketTypeX5HeavyLeftOutside,
hebi::robot_model::BracketType::X5HeavyRightInside = HebiBracketTypeX5HeavyRightInside,
hebi::robot_model::BracketType::X5HeavyRightOutside = HebiBracketTypeX5HeavyRightOutside,
hebi::robot_model::BracketType::R8LightLeft = HebiBracketTypeR8LightLeft,
hebi::robot_model::BracketType::R8LightRight = HebiBracketTypeR8LightRight,
hebi::robot_model::BracketType::R8HeavyLeftInside = HebiBracketTypeR8HeavyLeftInside,
hebi::robot_model::BracketType::R8HeavyLeftOutside = HebiBracketTypeR8HeavyLeftOutside,
hebi::robot_model::BracketType::R8HeavyRightInside = HebiBracketTypeR8HeavyRightInside,
hebi::robot_model::BracketType::R8HeavyRightOutside = HebiBracketTypeR8HeavyRightOutside
} |
|
enum | hebi::robot_model::EndEffectorType { hebi::robot_model::EndEffectorType::Custom = HebiEndEffectorTypeCustom,
hebi::robot_model::EndEffectorType::X5Parallel = HebiEndEffectorTypeX5Parallel,
hebi::robot_model::EndEffectorType::R8Parallel = HebiEndEffectorTypeR8Parallel
} |
|