We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b74e3c1 commit 26124b1Copy full SHA for 26124b1
src/interfaces/coppeliasim/DQ_CoppeliaSimInterfaceZMQ_py.cpp
@@ -69,7 +69,7 @@ void init_DQ_CoppeliaSimInterfaceZMQ_py(py::module& m)
69
"Sets object rotation.");
70
71
dqcsinterfacezmq_py.def("get_object_pose",
72
- (DQ (DQ_CoppeliaSimInterfaceZMQ::*) (const std::string&, const std::string&))&DQ_CoppeliaSimInterfaceZMQ::get_object_pose,
+ (DQ (DQ_CoppeliaSimInterfaceZMQ::*) (const std::string&))&DQ_CoppeliaSimInterfaceZMQ::get_object_pose,
73
"Gets object pose.");
74
75
dqcsinterfacezmq_py.def("set_object_pose",
0 commit comments