is there a way to store the output of a rostopic?
Is there a way to store the output of an publishing rostopic so i can read the output in a data.txt file or something like that from the terminal? doing something like > output.txt works but i can't accurately end the session meaning i am only reading some of the data.
Asked by 215 on 2016-10-08 08:43:49 UTC
Answers
You can use rosbag record for this, tutorial located here.
Asked by JoshMarino on 2016-10-08 14:48:56 UTC
Comments