[Release v1.2.1]#55
Merged
Merged
Conversation
Mirror of dev/JH_i2rt-main into the public repo. Ships USB-GPIO converter support for the linear-rail brake + limit switches on x86/non-Pi hosts (ROB-1464). Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Release v1.2.1 — mirror of
dev/JH_i2rt-maininto the public repo. Ships USB-GPIO converter support (ROB-1464) for driving the linear-rail brake + limit switches on x86 / non-Pi hosts, plus relatedflow_baseupdates. The synced tree is byte-identical to dev (git-ignored files excluded).Changes
pyproject.toml: addedpyserial>=3.5dependency for the USB-to-GPIO converter on x86/non-Pi hostsi2rt/utils/usb_gpio_driver.py: new USB-GPIO converter driver for the linear-rail brake + limit switchesi2rt/utils/tests/test_usb_gpio_driver.py: new unit tests for the USB-GPIO driveri2rt/utils/tests/conftest.py: new pytest fixtures/config for the USB-GPIO driver testsi2rt/flow_base/linear_rail_controller.py: wired linear-rail control to the USB-GPIO converter pathi2rt/flow_base/flow_base_controller.py: flow-base controller updates accompanying the USB-GPIO supporti2rt/flow_base/README.md: documented the USB-GPIO converter wiring/usagei2rt/flow_base/assets/usb-gpio.jpg: new wiring reference image for the USB-GPIO converterTest Plan
uv sync --all-packagesin a fresh checkout succeeds (pulls inpyserial>=3.5)python -c "import i2rt"imports cleanlypython -m pytest i2rt/utils/tests/test_usb_gpio_driver.pypassesexamples/control_with_mujoco/control_with_mujoco.py) and confirm it launches🤖 Generated with Claude Code