Implementing custom rosjava message
Hi,
I am trying to implement a custom rosjava message to a rosjava subscriber node. I can find my message using "rosmsg show" but not in my code. The code compiles without warnings if I use std_msgs.String
final Subscriber<msg.Cvmsg> subscriber = connectedNode.newSubscriber("chatter", msg.Cvmsg._TYPE);
subscriber.addMessageListener(new MessageListener<msg.Cvmsg>()
I have tried finding the answer on here, but the documentation seems outdated. I am on Ubuntu 16.04 and using kinetic Any help is much apreciated :)