AAS hello-world: pointing OpenUSD at the Asset Administration Shell (PR 105 applied) - #9
Open
asluk wants to merge 9 commits into
Open
AAS hello-world: pointing OpenUSD at the Asset Administration Shell (PR 105 applied)#9asluk wants to merge 9 commits into
asluk wants to merge 9 commits into
Conversation
… loop, not just the PCF result)
…p unexplained EN 15804 codes)
…e (measurement-and-targeting value; honest teeth-at-assembly-scale caveat)
…p it; mark missing, not zero)
…s gives a carbon-reduction effort'
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.
Adds a publicly-shareable write-up + slides + one-pager PDF for an applied
demonstration of PR 105 — Separation of Concerns for Identifiers:
a USD prim carries only a stable
globalAssetId, and at runtime a consumerresolves the live Asset Administration Shell (AAS) data and does useful work
with it (a Product Carbon Footprint roll-up with gap-flagging) — without
mirroring that data into the scene (binding-pointer posture).
What's here —
extras/sourceIdentifiers/aas-helloworld/README.md— the write-up (renders on GitHub): the two-concerns idea, theidentity-only USD + runtime-injected three-hop resolve (Discovery → Registry →
Repository, with failover), the binding-pointer posture, what runs today, and
why gap-flagging is the point.
aas-usd-helloworld.pptx— slides (10).aas-usd-helloworld.pdf— the same content as a one-pager PDF.Grounding (all public)
Runs end to end for a single component today; the bill-of-materials roll-up is the
next step. Sits alongside
COMPARISON.mdas the applied counterpart to thesource-identifier comparison work.