Skip to main content
Source: CHANGELOG.md

MotorBridge 0.3.9 Release Test Note

Date: 2026-05-26

Summary

Finalizes the RobStride state-semantics clarification introduced in v0.3.7: ping replies do not synthesize MotorState.

Version Alignment

Key Changes

Fixed

  • Changed RobStride handling of the unified request_feedback() ABI call to a non-blocking no-op instead of issuing a blocking ping.
  • Avoided misleading RobStride state semantics: ping replies do not synthesize MotorState, so request_feedback() -> get_state() no longer appears to refresh state when it cannot.
  • Documented the correct RobStride state-query choices.

See Also