Replies: 1 comment 1 reply
-
Hi Jens, Your module .if file is most likely missing a STRUCTASLIST Something like this should do the trick
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I'm working on an external module written in C and I came across the possibility to define your module inputs as a message array as described in Array of Messages
So if I define the module config struct like this it should provide me with an input array of message type IMUUnitMsg_C, right?
But when I try to link the input message up with subscribeTo() i get the following error in Python
Am I misusing the interface here for C modules and is this only possible for C++ Modules?
Beta Was this translation helpful? Give feedback.
All reactions