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

Kaushik Nath's profile - activity

2019-07-03 13:47:14 -0500 received badge  Famous Question (source)
2017-10-02 16:50:16 -0500 received badge  Popular Question (source)
2017-10-02 16:50:16 -0500 received badge  Notable Question (source)
2016-02-26 14:14:31 -0500 asked a question Converting String to sensor_msgs IMU in Android

I got one of the ROS Android code and modified to get all the phone sensors data into ROS Master running on the PC. But my talkers(Activity Talker) are publishing in the form of strings(Three values(x,y,z) separated by commas). I want that the Accelerometer readings be published in the form of Sensor_msgs/IMU, so that the code on my PC can directly subscribe to the topic and work upon it, without have to change the format.

Is there any way that I can publish it in form of sensor_msgs/IMU