Defining Custom Message Types for Rosjava Android
Hello!
I am writing an android app in JellyBean to subscribe to a rostopic. I am publishing a custom message type from an ubuntu virtual machine using groovy. I have successfully published and subscribed to the message between 2 VMs, but have issues when receiving the message type on my tablet.
I correctly configured the .msg files in my ros package, but am unsure how to define classes within my app as descriptors for ros messages.
Does anyone have information on configuration and declaration of custom messages in an android app using rosjava?
Thanks!