Skip to main content

Module group

Module group 

Source
Expand description

Group types: MotorGroup base + Arm, Gripper, Generic newtypes and the GroupKind dispatcher.

Structs§

Arm
Newtype wrapping a MotorGroup that represents an articulated arm.
Generic
Generic group for topologies that don’t fit Arm or Gripper (future hand, leg, head, etc.).
Gripper
One-motor gripper newtype with raw motor commands and optional normalized opening support.
MitCmd
MIT impedance command.
MotorGroup
Collection of motors that share a CAN bus and a vendor codec.
PosForceCmd
PosForce command (position + velocity + current per-unit).
PosVelCmd
PosVel command.
VelCmd
Pure-velocity command.

Enums§

GroupKind
Sum type of every group variant the robot can hold.