We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Give a real dsdl file:
dsdl_file
This will fail with an InvalidDefinitionError
InvalidDefinitionError
actual_root = Path(str(dsdl_file.parent) + "/..") target_definition = DSDLDefinition(actual_root / dsdl_file.parent / dsdl_file.name, actual_root)
DSDLDefinition needs to resolve() its inputs first.
resolve()
The text was updated successfully, but these errors were encountered:
Fix for issue OpenCyphal#111
162829a
Resolve inputs into DSDLDefinition constructor
74d0f54
8d4fc6c
Fix for issue #111 (#112)
97fb20c
No branches or pull requests
Give a real dsdl file:
This will fail with an
InvalidDefinitionError
DSDLDefinition needs to
resolve()
its inputs first.The text was updated successfully, but these errors were encountered: