Conversation
The Lite 6 speaks the xArm SDK, so it rides the existing XArmAdapter — the adapter now detects it on connect (axis 6 + device_type 9) and drives its gripper over tool GPIO, which is open/close with no position feedback, so reads echo the last command. Model config selects robot_type=lite in the xacro (no xArm gripper collision pairs, they don't exist on this arm). Blueprints: coordinator-lite6, lite6-planner-coordinator, keyboard-teleop-lite6. Address comes from --lite6-ip. Review: mypy + pytest-fast green. Test plan: unit tests cover Lite 6 detection, the GPIO gripper path and the lite model config; ran keyboard-teleop-lite6 against the arm at 10.55.1.40.
leshy
requested review from
Dreamsorcerer,
aclauer,
mustafab0,
paul-nechifor and
spomichter
as code owners
September 10, 2026 08:31
leshy
marked this pull request as draft
September 10, 2026 08:32
Codecov Report❌ Patch coverage is
@@ Coverage Diff @@
## main #4053 +/- ##
==========================================
+ Coverage 79.54% 79.56% +0.01%
==========================================
Files 1492 1494 +2
Lines 141416 141583 +167
Branches 12122 13009 +887
==========================================
+ Hits 112487 112648 +161
- Misses 25508 25512 +4
- Partials 3421 3423 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 5 files with indirect coverage changes 🚀 New features to boost your workflow:
|
leshy
marked this pull request as ready for review
September 10, 2026 08:50
Contributor
|
TomCC7
reviewed
Sep 10, 2026
mustafab0
previously approved these changes
Sep 11, 2026
TomCC7
enabled auto-merge
September 11, 2026 04:05
TomCC7
added this pull request to the merge queue
Sep 11, 2026
Any commits made after this event will not be merged.
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Sep 11, 2026
paul-nechifor
enabled auto-merge
September 11, 2026 22:07
# Conflicts: # dimos/robot/all_blueprints.py
paul-nechifor
previously approved these changes
Sep 18, 2026
paul-nechifor
approved these changes
Sep 18, 2026
paul-nechifor
added this pull request to the merge queue
Sep 18, 2026
Any commits made after this event will not be merged.
github-merge-queue
Bot
removed this pull request from the merge queue due to no response for status checks
Sep 18, 2026
TomCC7
added this pull request to the merge queue
Sep 18, 2026
Any commits made after this event will not be merged.
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.
The Lite 6 speaks the xArm SDK
New blueprints:
coordinator-lite6,lite6-planner-coordinator,keyboard-teleop-lite6. Address comes from--lite6-ip