Expand description
Command types for moteus motor control.
This module provides structures for each control mode supported by moteus:
- Position mode: Primary servo control mode
- Current mode: Direct torque/current control
- VFOC mode: Voltage-mode field-oriented control
- Stay-within mode: Position bounds enforcement
- Zero-velocity mode: Hold position with damping
- Brake mode: Short motor windings
- Stop mode: Disable motor output
Structsยง
- AuxPwm
Command - AUX PWM output command.
- AuxPwm
Format - Format for AUX PWM commands.
- Brake
Command - Brake mode command - shorts motor windings for braking.
- Current
Command - DQ-axis current command.
- Current
Format - Format for current mode commands.
- Output
Exact Command - Set output position to exact value.
- Output
Nearest Command - Output position setting command.
- Position
Command - Position mode command.
- Position
Format - Format (resolution) configuration for position mode commands.
- Recapture
Position Velocity Command - Recapture position and velocity command.
- Require
Reindex Command - Require reindex command.
- SetTrim
Command - Set clock trim command.
- Stay
Within Command - Stay-within mode command.
- Stay
Within Format - Format for stay-within mode commands.
- Stop
Command - Stop mode command - disables motor output.
- VFOC
Command - Voltage-mode FOC command.
- VFOC
Format - Format for VFOC mode commands.
- Zero
Velocity Command - Zero-velocity mode command.
- Zero
Velocity Format - Format for zero-velocity mode commands.