Skip to content

Commit

Permalink
Update rosbag2_cpp/src/rosbag2_cpp/writers/sequential_writer.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Tomoya Fujita <[email protected]>
Signed-off-by: Davide Faconti <[email protected]>
  • Loading branch information
facontidavide and fujitatomoya authored May 24, 2024
1 parent c18724d commit 32da16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosbag2_cpp/src/rosbag2_cpp/writers/sequential_writer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ void SequentialWriter::switch_to_next_storage()
base_folder_,
metadata_.relative_file_paths.size());

// when the storage_ is closed, rename the file to remove ".inactive" suffix
// when the storage_ is closed, rename the file to remove ".active" suffix
std::string active_path = storage_->get_relative_file_path();
std::string final_path = remove_active_from_filename(active_path);

Expand Down

0 comments on commit 32da16e

Please sign in to comment.