We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
launch
#226 added a dependency on lark to launch:
launch/launch/package.xml
Lines 10 to 13 in 15af530
launch_xml, launch_yaml can then import this package and override the Parser parse_substitution method.
launch_xml
launch_yaml
Parser
parse_substitution
The text was updated successfully, but these errors were encountered:
@wjwwood @hidmic FYI
Sorry, something went wrong.
No branches or pull requests
Feature request
Feature description
#226 added a dependency on lark to launch:
launch/launch/package.xml
Lines 10 to 13 in 15af530
It can be easily avoided moving the substitution parser to an independent package.
Implementation considerations
launch_xml
,launch_yaml
can then import this package and override theParser
parse_substitution
method.The text was updated successfully, but these errors were encountered: