sdk: Add tutorial for Submodel navigation#411
Merged
s-heppner merged 3 commits intoeclipse-basyx:developfrom Feb 25, 2026
Merged
sdk: Add tutorial for Submodel navigation#411s-heppner merged 3 commits intoeclipse-basyx:developfrom
s-heppner merged 3 commits intoeclipse-basyx:developfrom
Conversation
Contributor
Author
|
I have two more questions about this topic:
|
s-heppner
requested changes
Sep 3, 2025
Member
|
@moritzsommer wrote here:
ad 1.) I agree that this is ugly, but not every ad 2.) This should be covered by the tutorial_storage. Maybe you can refer in this tutorial to it? |
Previously, we lacked a tutorial demonstrating how to navigate a Submodel's hierarchy using IdShorts and IdShortPaths. This adds a simple tutorial for Submodel navigation and updates the documentation to reference it. The end user is shown how to navigate SubmodelElements, such as simple Properties, Property Collections, Property Lists and Collection Lists. Fixes eclipse-basyx#351 # Conflicts: # sdk/README.md
511cddb to
77e44e7
Compare
Contributor
Author
|
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.
Previously, we lacked a tutorial demonstrating how to navigate a Submodel's hierarchy using IdShorts and IdShortPaths.
This adds a simple tutorial for Submodel navigation and updates the documentation to reference it. The end user is shown how to navigate SubmodelElements, such as simple Properties, Property Collections, Property Lists and Collection Lists.
Fixes #351