Skip to content
Snippets Groups Projects
Unverified Commit 6dfbcf5a authored by Florent Lamiraux's avatar Florent Lamiraux Committed by GitHub
Browse files

Merge pull request #84 from florent-lamiraux/devel

Fix typo in python bindings.
parents b03a5637 8bc22b9f
Loading
......@@ -18,7 +18,7 @@ BOOST_PYTHON_MODULE(wrap)
"Empty the queue of a given signal", bp::args("signal_name"))
.def("queueSize", &dg::RosQueuedSubscribe::queueSize,
"Return the queue size of a given signal", bp::args("signal_name"))
.def("readQueue", &dg::RosQueuedSubscribe::queueSize,
.def("readQueue", &dg::RosQueuedSubscribe::readQueue,
"Whether signals should read values from the queues, and when.",
bp::args("start_time"))
;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment