Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 26779b4

Browse files
ricardo-manriquezemersonknapp
authored andcommittedDec 8, 2022
Update rosbag2_py/src/rosbag2_py/_transport.cpp
Co-authored-by: Emerson Knapp <[email protected]> Signed-off-by: Ricardo Manríquez <[email protected]>
1 parent c4b9081 commit 26779b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎rosbag2_py/src/rosbag2_py/_transport.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ PYBIND11_MODULE(_transport, m) {
358358
py::class_<rosbag2_py::Recorder>(m, "Recorder")
359359
.def(py::init())
360360
.def(
361-
"record", &rosbag2_py::Recorder::record, py::arg(), py::arg(),
361+
"record", &rosbag2_py::Recorder::record, py::arg("storage_options"), py::arg("record_options"),
362362
py::arg("node_name") = "rosbag2_recorder")
363363
.def("cancel", &rosbag2_py::Recorder::cancel)
364364
;

0 commit comments

Comments
 (0)
Please sign in to comment.