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

Revision history [back]

The same way you would in any other situation with a set of numbers you'd like to save to a file, how would you go about that? You could serialize the ROS message, but that doesn't sound like what you really want, you just want numbers. You can stream them to a file and save the file. Just access what you want from the message class and write to file in whatever way makes sense to you.