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
{{ message }}
This repository was archived by the owner on May 31, 2025. It is now read-only.
If I construct a rosbag::Recorder object with a rosbag::RecorderOptions where the member 'prefix' is not set, the recorder::run() method will segfault.
For instance, this code will segfault if the line options.prefix = "test"; is commented out: