Add Fairino FR10 ActuatorBackend skeleton (read-only)#29
Draft
demelere wants to merge 1 commit intoterrorproforma:masterfrom
Draft
Add Fairino FR10 ActuatorBackend skeleton (read-only)#29demelere wants to merge 1 commit intoterrorproforma:masterfrom
demelere wants to merge 1 commit intoterrorproforma:masterfrom
Conversation
…nly); register fairino + fr10 robotconfig; option b frame guard; 40 unit tests - src/gradient_os/arm_controller/backends/fairino/: backend, rpc_client (sdk quarantine), state_stream (50hz daemon poller), frame_guard (refuses non-identity end_effector_offset), config (env overrides) - src/gradient_os/arm_controller/robots/fr10/: fr10config, default_servo_backend=fairino, 6 joints - backends/__init__.py + robots/__init__.py: register fairino backend and fr10 robot - pyproject.toml: [fairino] optional extra - tests/test_fairino_backend.py: 40 tests with fakefairinosdk; covers frame guard, rpc lifecycle, state stream timing/error resilience, motion-stub raises, registry wiring, env-var config - docs/readme.md: brass-tacks notes on supported robots and fairino bring-up
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.
feat(fairino): add fr10 actuatorbackend skeleton (milestone 1, read-only); register fairino + fr10 robotconfig; option b frame guard; 40 unit tests