Source:
CHANGELOG.mdMotorBridge 0.4.7 Release Test Note
Date: 2026-06-16Summary
Hardens Damiao mode switching and parameter persistence, and relaxes thedm-serial timeout budget.
Version Alignment
Key Changes
Fixed
- Hardened Damiao
ensure_control_mode()so mode switching stays within one shared timeout budget instead of serially reusing the full timeout across every internal step. Reducesensure_modetimeouts on slower joints/adapters. - Improved Damiao mode-switch preparation and verification by reusing the hold position read, validating register writes through write ACKs, and making parameter persistence behave more reliably on real hardware.
- Raised the
dm-serialtransport timeout from1 msto10 msto reduce cross-platform serial write failures under tighter adapter/driver timing.