ROS-Mobile/ROS-Mobile-Android

How to access ROS parameters?

Opened this issue · 3 comments

anug7 commented

Is there an Option to access/modify the ROS parameters of node in the app?

What kind of Parameters do you mean? Can you give an example?

anug7 commented

ROS Node parameter which is accessed in the node via NodeHandle.getParam function inside the ROS node.

Is there an Option to access/modify the ROS parameters of node in the app?

Right now there is no build-in way to interfere with the params provided by the ParameterServer. I will label this as a feature request, but you might be able to change the code of a widget to your needs and build the app by yourself in the meantime.