Can rosbag record only some fields from a topic?
I'm trying to do so, but when I try to play back, rosbag shows this error:
[FATAL] [1338427215.385261009]: Time is out of dual 32-bit range
This happens regardless how long I record data. When recording the whole topic all goes fine.
I have tried to record both the desired fields and the topic time stamp, but I get the same error.
Many thanks.
Can you show the parameters you used for rosbag?
nothing special; just "rosbag record <topic name>/<field name>"