Skip to main content

Module prelude

Module prelude 

Source
Expand description

Common robotics vocabulary types from the focused crates.

Structs§

ActuatorName
A non-empty actuator name.
ActuatorRating
A descriptive actuator rating label with optional numeric metadata.
DegreeOfFreedom
A non-zero degree-of-freedom count.
EndEffectorName
A non-empty end-effector name.
FrameName
A non-empty robotics frame name.
FrameRef
A named frame reference with a descriptive kind.
FrameRelation
A descriptive parent/child frame relation.
JointIndex
A zero-based joint index label.
JointLimit
Optional descriptive joint limits.
JointName
A non-empty joint name.
KinematicChainName
A non-empty kinematic chain name.
LinkName
A non-empty link name.
Pose2Label
A non-empty 2D pose label.
Pose3Label
A non-empty 3D pose label.
PoseName
A non-empty pose name.
RobotId
A non-empty robot identifier.
RobotInstanceId
A non-empty robot instance identifier.
RobotManufacturer
A descriptive robot manufacturer label.
RobotModel
A non-empty robot model label.
RobotName
A non-empty robot name.
RobotSensorName
A non-empty robot sensor name.
RobotSerialNumber
A non-empty robot serial number.
RobotSubsystemName
A non-empty robot subsystem name.
SensorMount
A non-empty descriptive sensor mount label.
ToolMount
A non-empty descriptive tool mount label.

Enums§

ActuatorKind
Descriptive actuator kind vocabulary.
ActuatorState
Descriptive actuator state vocabulary.
EndEffectorKind
Descriptive end-effector kind vocabulary.
FrameKind
Descriptive robotics frame kind vocabulary.
GripState
Descriptive grip state vocabulary.
JointAxis
Descriptive joint axis labels.
JointKind
Descriptive robot joint vocabulary.
KinematicsKind
Descriptive kinematics terminology.
OrientationKind
Descriptive orientation representation labels.
PoseKind
Descriptive pose kind vocabulary.
RobotKind
Broad robot vocabulary.
RobotSensorKind
Descriptive robot sensor kind vocabulary.
RobotSubsystemKind
Descriptive robot subsystem kind vocabulary.
SensorReadingKind
Descriptive sensor reading kind vocabulary.
SubsystemState
Descriptive subsystem lifecycle or status vocabulary.