We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3365f8f commit 422e754Copy full SHA for 422e754
rosbag2_py/src/rosbag2_py/_writer.cpp
@@ -97,6 +97,7 @@ PYBIND11_MODULE(_writer, m) {
97
const rosbag2_storage::StorageOptions &, const rosbag2_cpp::ConverterOptions &
98
>(&PyWriter::open))
99
.def("write", &PyWriter::write)
100
+ .def("close", &PyWriter::close)
101
.def("remove_topic", &PyWriter::remove_topic)
102
.def(
103
"create_topic",
0 commit comments