How to i receive different messages from ros computer to ros android.
I need to make an android app for a robot.So there are different messages in ros server i.e computer.I need to display those messages to my android app.I found the concept of Publisher and Subscriber.But could anybody tell me the exact solution how do i receive message and display it to android .
Asked by bhattarairazu on 2018-09-10 07:06:58 UTC
Answers
"The exact steps" is quite a lot to ask. Obviously you should be familiar with ROS and with Android Development to complete the task.
Quite some documentation is available on the android_core
wiki page and the rosjava_core
wiki page.
Make sure the click the kinetic
tab.
You marked this question with indigo
, but this is pretty old. I suggest to use kinetic, as this is officially supported by android_core
.
Asked by mgruhler on 2018-09-10 07:59:55 UTC
Comments