EMF sensor readings; each entry is float or dict with "bend"/"angle" keys
The bends values are derived from joint_actual_position_5x4 by averaging the 4 joint angles per finger and normalizing from the [0, π/2] range to [0, 1].
wuji_glove_agent.py — Key Flags
Flag
Default
Description
--backend
ws://127.0.0.1:8000
Platform WebSocket base URL
--session
(required)
Teleop session ID from the platform
--node-id
wuji-glove-node
Identifier for this device node in the session
--glove
auto
Hand side: left, right, or auto (read from first frame)
--device-kind
wuji_hand
Device type registered with platform
--telemetry-hz
30.0
Telemetry forwarding rate to platform
--wuji-cmd
python3 wuji_hand_sdk_stream.py --hand-side right --hz 30