You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a great tool - greatly helps our debugging!
It would be nice to be able to specify a logging frequency. We also record image data, but do not need the full original framerate. It would be great if it was possible to specify a frequency at which you want to record specific topics.
e.g.
<!-- - test1 # Inherit defaults
- test2:
duration: 2
frequency: -1 #Original frequency
- test3:
duration: -1
frequency: 2 # Only write messages to rosbag at 2 Hz
memory: 0.00 -->
The text was updated successfully, but these errors were encountered:
You may be able to achieve the same result using http://wiki.ros.org/topic_tools/throttle and instead record the topic_throttled topic. Not sure what performance implications this has.
Would still be nice if rosbag_snapshot supported this natively.
This is a great tool - greatly helps our debugging!
It would be nice to be able to specify a logging frequency. We also record image data, but do not need the full original framerate. It would be great if it was possible to specify a frequency at which you want to record specific topics.
e.g.
The text was updated successfully, but these errors were encountered: