rosjava / android_core

Android libraries for rosjava
145 stars 166 forks source link

Android app to interact with ROS node (C++ package) #312

Open shakthi-prashanth-m opened 4 years ago

shakthi-prashanth-m commented 4 years ago

Hi,

If I've a ROS node (written in C++) hosting services, topics, etc. How can I make an Android app to become client of this ROS node ? I am interested to develop an app that lets user to select option, that will make it to interact with ROS node and render results to app. Thanks.