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
Recursive definition of interfaces
It would be very useful to define a message that includes the type of message being defined. Example:
Expression.msg at upf_msgs package
upf_msgs/Atom atom upf_msgs/Expression[] expressions string type upf_msgs/ExpressionKind kind
Currently, this gives an error when compiling
The text was updated successfully, but these errors were encountered:
It would be nice, though it is fairly easy to work around by making Expression.msg, and then having a higher-level message which includes it.
Expression.msg
Thus, while I'll leave this open for a future enhancement, I don't expect that we'll get to it anytime soon.
Sorry, something went wrong.
No branches or pull requests
Feature request
Recursive definition of interfaces
Feature description
It would be very useful to define a message that includes the type of message being defined. Example:
Expression.msg at upf_msgs package
Currently, this gives an error when compiling
The text was updated successfully, but these errors were encountered: