Skip to content
This repository was archived by the owner on May 31, 2025. It is now read-only.
This repository was archived by the owner on May 31, 2025. It is now read-only.

rosbag::Recorder: Less than of space free on disk with FILENAME. Disabling recording. #883

@dborrman

Description

@dborrman

min_space and min_space_str should be added to the default constructor of rosbag::Recorder, using the old hard-coded values for 1GB, to stop old applications from terminating on newer ROS version.

When not setting those values explicitly the check for free space fails, the recorder terminates and the following error message with an empty string is not helpful:

ROS_ERROR("Less than %s of space free on disk with %s. Disabling recording.", options_.min_space_str.c_str(), bag_.getFileName().c_str());

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions