We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
get_object_rotation
1 parent 26124b1 commit 2096c18Copy full SHA for 2096c18
src/interfaces/coppeliasim/DQ_CoppeliaSimInterfaceZMQ_py.cpp
@@ -61,7 +61,7 @@ void init_DQ_CoppeliaSimInterfaceZMQ_py(py::module& m)
61
"Sets object translation.");
62
63
dqcsinterfacezmq_py.def("get_object_rotation",
64
- (DQ (DQ_CoppeliaSimInterfaceZMQ::*) (const std::string&, const std::string&))&DQ_CoppeliaSimInterfaceZMQ::get_object_rotation,
+ (DQ (DQ_CoppeliaSimInterfaceZMQ::*) (const std::string&))&DQ_CoppeliaSimInterfaceZMQ::get_object_rotation,
65
"Gets object rotation.");
66
67
dqcsinterfacezmq_py.def("set_object_rotation",
0 commit comments