Documentation Index
Fetch the complete documentation index at: https://motorbridge.seeedstudio.com/llms.txt
Use this file to discover all available pages before exploring further.
Source:
CHANGELOG.mdChangelog
All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.[Unreleased]
[0.2.9] - 2026-05-14
Added
- Python CLI now exposes Damiao parameter/register read and write commands:
damiao-read-paramanddamiao-write-param. - Python CLI
runnow accepts Rust-style RobStride parameter modes:--mode read-param,--mode write-param, and--mode save. - Python CLI
runnow accepts Rust-style ID update shortcuts:--set-motor-id,--set-feedback-id,--verify-id, and Damiao model verification options.
Fixed
- Legacy Python CLI flat commands such as
motorbridge-cli --vendor robstride ...are parsed asruncommands instead of being rejected as invalid subcommands. - Python CLI RobStride
pos-velnow follows the same native register path as the WS gateway (limit_spd0x7017,loc_kp0x701E,loc_ref0x7016). - RobStride and Damiao Python CLI documentation was aligned with the Rust CLI and binding behavior.
Changed
- Python package version advanced to
0.2.9. - Rust workspace crates advanced to
0.2.9.
[0.2.8] - 2026-05-12
Fixed
- Restored the MotorBridge tree to the v0.2.6-compatible unified RobStride interface shape.
- Completed the RobStride protocol section 4 runtime parameter list through
0x702E, includingdamper,add_offset,alveolous_open,iq_test, anddcc_set. - RobStride
set_zero_position()now keeps the same upper-level command/API shape while writingzero_sta(0x7029)=1behind the scenes so zeroed motors use the-pi..pistartup coordinate range. - RobStride parameter save now sends the official type-22 payload
01 02 03 04 05 06 07 08.
Changed
- Python package version advanced to
0.2.8. - Rust workspace crates advanced to
0.2.8.
[0.2.6] - 2026-05-09
Added
- RobStride host-id-specific ABI helpers for exact scan probing from Python:
motor_handle_robstride_ping_host_idandmotor_handle_robstride_get_param_f32_host_id. - Python SDK wrappers
robstride_ping_host_id(...)androbstride_get_param_f32_host_id(...). - Release qualification coverage for Rust core/CLI, Python binding/CLI, package smoke checks, and full RobStride/Damiao CLI command examples.
Changed
- RobStride
motor_id/device_idis now validated as1..255;feedback_id/host_idis validated as0..255across core, Rust CLI, Python SDK/CLI, and websocket gateway flows. - Rust and Python RobStride scan now probe each listed
--feedback-idshost ID exactly instead of silently falling back inside each candidate probe. - RobStride parameter response filtering now requires the response
device_idto match the target motor, reducing cross-talk risk on multi-motor buses. - The embedded
bindings/python/mintlifydocumentation copy was removed; canonical Mintlify docs now live in the siblingmotorbridge-docsrepository.
[0.2.5] - 2026-05-09
Added
- Python CLI
id-set --vendor robstridenow supports RobStride device ID updates with optional store and verify. - Rust
motor_cliaccepts Python-style bare mode shorthand, for examplemotor_cli scan --vendor robstride .... - Rust RobStride scan now accepts
--feedback-ids,--timeout-ms,--param-id, and--param-timeout-ms, matching the Python scan entrypoint.
Changed
- RobStride scan output and documentation now consistently distinguish motor
device_id/probefrom host-sidefeedback_id/host_id. - Python and Rust RobStride scan defaults are aligned around host ID candidates
0xFD,0xFF,0xFE,0x00,0xAA.
[0.2.3] - 2026-04-16
Changed
- Refactored ABI FFI layers to reduce duplicated controller/motor dispatch boilerplate via shared macros and helpers.
- Consolidated vendor parameter FFI entrypoints (Hexfellow/HighTorque/MyActuator/RobStride) with shared macro-generated get/write wrappers.
- Aligned runtime/control-path robustness fixes across motor core, vendor controllers, Python bindings, and websocket gateway integration.
[0.1.3] - 2026-03-24
Added
- New practical Damiao guide:
examples/damiao_controll_all_in_one.md- includes one-page command bundles for:
- CLI four core modes (
mit,pos-vel,vel,force-pos) - C/C++ ABI examples
- Python ctypes ABI examples
- Python bindings examples
- C++ bindings examples
- CLI four core modes (
Changed
- Damiao CLI runtime output (
motor_cli/src/damiao_cli.rs) now prints richer realtime fields:id,arbitration_id,status_name- temperatures
t_mos,t_rotor - mode-aware command/target context and tracking errors
- MIT:
cmd_pos/cmd_vel/kp/kd/cmd_tau/e_pos/e_vel - POS_VEL:
cmd_pos/vlim/e_pos - VEL:
cmd_vel/e_vel - FORCE_POS:
cmd_pos/vlim/ratio/e_pos
- MIT:
[0.1.2] - 2026-03-23
Changed
- Release version bump from
0.1.1to0.1.2for clean tag progression. - Damiao
dm-serialdocumentation rollout remains aligned across:- CLI README (full interface section)
- root README
- bindings/examples/integrations/tools related READMEs.
[0.1.1] - 2026-03-23
Added
- Damiao serial-bridge transport (
dm-serial) for unix-like systems:- CLI transport selection:
--transport auto|socketcan|dm-serial - Serial options:
--serial-port,--serial-baud - Damiao controller serial constructor and transport runtime wiring.
- CLI transport selection:
- C ABI constructor for Damiao serial bridge:
motor_controller_new_dm_serial(serial_port, baud)
- SDK support for Damiao serial bridge:
- Python:
Controller.from_dm_serial(...) - C++:
Controller::from_dm_serial(...)
- Python:
- New Chinese operation manual for deployment/runtime usage:
docs/zh/operation_manual.md
Changed
- README alignment across examples/bindings/integrations/tools:
- All Damiao-related READMEs now mention
dm-serialavailability. - Added explicit pointer to complete interface/command section in
motor_cli/README.zh-CN.md(3.6) andmotor_cli/README.md.
- All Damiao-related READMEs now mention
[0.1.0] - 2026-03-20
Added
- Linux USB-CAN (
slcan) quick guide in root README (EN/ZH), includingslcandsetup and--channel slcan0usage examples. - Channel quick reference in
motor_cli/README.mdandmotor_cli/README.zh-CN.mdcovering:- Linux SocketCAN channels (
can0,slcan0) and Linux rule “no@bitratein channel name” - Windows PCAN channel mapping (
can0/can1) with optional@bitrate
- Linux SocketCAN channels (
Changed
- CLI startup summary now distinguishes scan semantics from control semantics:
--mode scanprintsmodel_hint,base_feedback_id, andscan_range- defaults are explicitly tagged as
(default)to reduce confusion
Fixed
- RobStride frame filtering now only accepts status/fault frames from the target motor ID, preventing cross-device state pollution on shared CAN buses.
- Architecture Mermaid diagrams (EN/ZH) now include
myactuatorbranch for consistency with workspace/runtime layout.
Usage
- Linux
slcansetup and examples:README.md/README.zh-CN.mdsection: “Linux USB-CAN (slcan) Quick Guide”
- Channel compatibility and parameter rules:
motor_cli/README.md/motor_cli/README.zh-CN.mdsection: “Channel Quick Reference”