ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Just a quick response:

You would need rosjava to run everything on the phone. They have a pub/sub-Tutorial also. Basicly, you need to write one node, which subscribes to the /android/imu topic, just as described in the sub-tutorial. Instead of just printing it, you would then modify and publish it as described in the pub-tutorial to your desired topic.

You'll need to watch out for the message-types, since you aren't talking about strings anymore, but there is a section in the rosjava docs about how to use different message types.

Basicly: Go to the Rosjava documentation, follow their tutorials and in the end merge them to one node :)

Hope that helps,

Rabe