Replies: 1 comment
-
Yes, you can do this, but as far as I can tell, that nested struct type needs to be defined in the same directory as your message definition, or in another directory that gets SWIGed normally. There doesn't appear to be a way to define custom include paths for SWIGing in custom message definitions, unlike in custom modules where you can make a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I'm trying to define a custom message payload where one member of the struct is a struct.
Will the SWIG interface support this?
I have not been able to find any examples on this in the basilisk framework.
Beta Was this translation helpful? Give feedback.
All reactions