Skip to content

Commit 26124b1

Browse files
authored
[DQ_CoppeliaSimInterfaceZMQ_py.cpp] Fixing argument of get_object_pose that had one extra string.
1 parent b74e3c1 commit 26124b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/coppeliasim/DQ_CoppeliaSimInterfaceZMQ_py.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ void init_DQ_CoppeliaSimInterfaceZMQ_py(py::module& m)
6969
"Sets object rotation.");
7070

7171
dqcsinterfacezmq_py.def("get_object_pose",
72-
(DQ (DQ_CoppeliaSimInterfaceZMQ::*) (const std::string&, const std::string&))&DQ_CoppeliaSimInterfaceZMQ::get_object_pose,
72+
(DQ (DQ_CoppeliaSimInterfaceZMQ::*) (const std::string&))&DQ_CoppeliaSimInterfaceZMQ::get_object_pose,
7373
"Gets object pose.");
7474

7575
dqcsinterfacezmq_py.def("set_object_pose",

0 commit comments

Comments
 (0)