Open
Conversation
fred-labs
requested changes
Mar 20, 2026
| if var_type in ["PathVariationRandom", "ObstacleVariation", "ObstacleVariationWithDistanceTrigger", "PathVariationRasterized"]: | ||
| var_config[QUDT["hasUnit"]] = QUDT_UNIT["M"] | ||
| for k, v in params.items(): | ||
| if k == "map_file" or k == "mesh_file": |
Contributor
There was a problem hiding this comment.
map related is idealy handled in robovast_nav
Contributor
Author
There was a problem hiding this comment.
This is the variation parameters in the .vast file, so it hasn't gone yet through the FloorPlanGenerator. This is essentially processing the <Class>Config of the variation plugins. It reads the vast file, since we don't store the variation parameters in the individual configs inside metadata.yaml, which is anyways better since we only need to do this once per scenario family and not per generated config (adding this to metadata.yaml would be a lot of duplication with its current structure).
fred-labs
requested changes
Mar 21, 2026
…to enrich-metadata
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.
This processes the RoboVAST metadata described in https://github.com/cps-test-lab/metamodels/blob/main/robovast.json and adds it to the graph so it can be queried.