Deserialize ros messages in RosJava
Hi guys,
Im implementing a neat stuff in my android for my robotic soccer team. I receive (by multicast) packets that contain serialized ros messages. I've already "compiled" the messages in java, using genjava and i have a rosjava_messages/ fully loaded with all the ROS messages in my system.
I'm a C++ guy, so, how can i compile an android project (android studio) against the jar's containing the messages ? i followed the tutorials but i get a lot of errors. I've already compiled against other libraries on the same project, so i know how to do it, but compiling against ROS stuff is a lot more complicated.
Any help here ??
Thanks
@wicked88 what tutorials have you followed? Did you try using rosjava/android? Can you publish those messages via regular ROS topics? I would start with https://wiki.ros.org/android and https://wiki.ros,org/rosjava .