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
upf_msgs/Atom atom
upf_msgs/Expression[] expressions
string type
upf_msgs/ExpressionKind kind
Currently, this gives an error when compiling
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