Skip to content

Commit 6dfbcf5

Browse files
Merge pull request #84 from florent-lamiraux/devel
Fix typo in python bindings.
2 parents b03a563 + 8bc22b9 commit 6dfbcf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ros_queued_subscribe-python-module-py.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ BOOST_PYTHON_MODULE(wrap)
1818
"Empty the queue of a given signal", bp::args("signal_name"))
1919
.def("queueSize", &dg::RosQueuedSubscribe::queueSize,
2020
"Return the queue size of a given signal", bp::args("signal_name"))
21-
.def("readQueue", &dg::RosQueuedSubscribe::queueSize,
21+
.def("readQueue", &dg::RosQueuedSubscribe::readQueue,
2222
"Whether signals should read values from the queues, and when.",
2323
bp::args("start_time"))
2424
;

0 commit comments

Comments
 (0)