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:
docs/en/distribution_channels.mdDistribution Channels (CI Automation)
This document describes the currently enabled additional package channel built on top of GitHub Releases and PyPI.1) APT Repository (GitHub Pages)
Workflow:.github/workflows/apt-repo-publish.yml
- Trigger:
- on Release
published - or manually (
workflow_dispatch) withtag
- on Release
- Input assets:
*.debfrom the tagged GitHub Release
- Output:
- APT repository published to
gh-pagesbranch at/apt - URL pattern:
https://<owner>.github.io/<repo>/apt
- APT repository published to
APT_GPG_PRIVATE_KEY(ASCII-armored private key)APT_GPG_PASSPHRASE(if your key is passphrase-protected)
-skip-signing).
Package Audience Mapping
| Package / Asset | Intended Developer Type | Typical Scenario |
|---|---|---|
motorbridge-abi-<tag>-linux-x86_64.deb | C/C++ robotics developers on Ubuntu/Debian | Install ABI (libmotor_abi) + headers + CMake config for native integration |
motorbridge-abi-<tag>-linux-*.tar.gz / windows-*.zip | C/C++ developers on non-deb targets / custom toolchains | Manual unpack and link in embedded or cross-compilation environments |
motorbridge-*.whl / motorbridge-*.tar.gz | Python application and tooling developers | Build robot apps, calibration tools, factory scripts with Python SDK |
motor-cli-<tag>-<platform>.tar.gz/.zip | Test/ops/factory engineers | Direct motor scan/control without embedding SDK code |