generated from TUM-Aries-Lab/template-python
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Hannes Nguyen edited this page Dec 12, 2025
·
11 revisions
Welcome to the motor-module wiki!
- Motor: AK60-6 V3.0
Response format (73 bytes total):
- MOS temp (2 bytes)
- Motor temp (2 bytes)
- Output current (4 bytes)
- Input current (4 bytes)
- Id current (4 bytes)
- Iq current (4 bytes)
- Duty cycle (2 bytes)
- Motor speed (4 bytes)
- Input voltage (2 bytes)
- Reserved (24 bytes)
- Motor status code (1 byte)
- Motor position (4 bytes)
- Motor ID (1 byte)
- Temperature reserved (6 bytes)
- Vd voltage (4 bytes)
- Vq voltage (4 bytes)
- Current control mode (4 bytes)
- Encoder angle (4 bytes)
- Outer encoder angle (4 bytes)
uv pip install -e
make test [no hardware]
make test-hardware [only hardware]
make test-all [everything]