Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Topic frequency #14

Open
deneland opened this issue Apr 28, 2021 · 1 comment
Open

Topic frequency #14

deneland opened this issue Apr 28, 2021 · 1 comment

Comments

@deneland
Copy link

deneland commented Apr 28, 2021

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 -->
@CallumJHays
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants