-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
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
Xacro file argument introspection #345
Comments
This is generally a good idea. However, as of now, arguments don't have a
|
Thanks; I agree with your comment on the choices attribute. I will try to prepare a PR that adds the argument introspection and the |
Another thought that comes to mind, couldn't we add a <arg name="arg1" validation="${xacro.arg('arg1') in ['value1', 'value2']}" /> |
This would be more generic at least. |
We would like to add a feature that allows a user to introspect xacro files. This way, we can query what arguments are available and prompt these to the user. We could also add additional validation to the defined arguments and some documentation. What are your thoughts about this? An example:
The text was updated successfully, but these errors were encountered: