Question about sending parameters from remote Android device to ROS
I'm developing an APK to send a number of parameters (integers and floats) to a ROS application through rosbridge. However I'm stumped at how to proceed. The parameters are to be used by particular nodes to do some operations with images. My question is, is it possible to send those parameters directly to the node or do I have to publish those parameters in an intermediary topic to then subscribe the nodes I already have to the appropriate parameter topics?