Add dynamics calibration and qualification toolkit - #585
Draft
yuecideng wants to merge 1 commit into
Draft
Conversation
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.
Description
This PR adds an application-level dynamics calibration and qualification toolkit for robot drive parameters.
The new
embodichain calibrate-dynamicsworkflow:dexsim.simready;drive_overlay.yamlplus complete JSON and Markdown provenance reports;The V1 claim is deliberately limited to effective drive tuning. It does not expose
fit-physicalor claim mass, center-of-mass, inertia, or friction identification without suitable real-system evidence.Motivation: robot assets often contain incomplete or application-inappropriate dynamics and drive parameters. This workflow makes application tuning reproducible and reviewable while keeping engine-owned SimReady facts in DexSim and never rewriting vendor assets.
Dependencies:
dexsim.simready.dexsim_engine==0.4.3pin is intentionally unchanged because the dependent DexSim release does not exist yet. The pin must be updated after that release before this PR becomes ready to merge.Related issue: none.
Type of change
Screenshots
N/A — the feature is an offline CLI/Python workflow producing YAML, JSON, and Markdown artifacts.
Checklist
black .command to format the code base.python docs/scripts/check_api_docs.py), if applicableValidation
__all__, Google-style public API docstrings, type annotations, and@configclassconfiguration contracts: passed.pass.The full pytest suite was not run because the PR skill calls for proportional validation; the affected toolkit, shared CLI registration, Articulation instrumentation, documentation checks, and real simulator path were exercised directly. The repository-wide Sphinx
-Wbuild remains non-green with 721 existing warnings; a focused filter found no warnings associated with the changed dynamics-calibration pages.