feat: add Drake backend via DrakeUni#629
Open
Langford-H wants to merge 33 commits into
Open
Conversation
Collaborator
|
NB!容我们仔细看看 |
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
This is a large Drake backend feature update. Please review cautiously: it adds a new simulator backend path, an external DrakeUni batch runtime dependency, backend tests, replay support, and initial Drake task configs.
Important: to use or validate
sim_backend=drake, reviewers must install Drake C++ first. DrakeUni is built against that Drake install and is required by UniLab's Drake backend. Drake is absent only from non-Drake CI/import paths; the Drake backend itself is not usable without Drake + DrakeUni.go1_joystick_flat/drake,go2_joystick_flat/drake,go2_footstand/drake,go2w_joystick_flat/drake,stewart_balance/drakego2_joystick_flat/drake,go2_footstand/drake,go2w_joystick_flat/drake,stewart_balance/drakeSimBackendadaptation.Scope:
Linked Work
Review Guidance
Suggested review order:
Validation
make checkuv run pytest -m "not slow"Final validation result:
Reviewer steps for Drake runtime validation:
Additional commands run during development:
Several additional local train/replay rounds were run while developing the Drake backend and DrakeUni parser/runtime boundary. These helped uncover generic MJCF parser/runtime issues, including contact handling, geom/materialization edge cases, inherited actuator defaults such as
kp/kv, and generated asset visibility. Generated checkpoints/videos/logs are not committed.Impact
drake; existingmujoco/motrixpaths intended unchanged.Artifacts
Checklist
Follow-up work: