Skip to content

Commit

Permalink
[DQ_CoppeliaSimInterfaceZMQ_py.cpp] Removing extra string argument fr…
Browse files Browse the repository at this point in the history
…om `get_object_rotation`.
  • Loading branch information
mmmarinho authored Feb 19, 2025
1 parent 26124b1 commit 2096c18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ void init_DQ_CoppeliaSimInterfaceZMQ_py(py::module& m)
"Sets object translation.");

dqcsinterfacezmq_py.def("get_object_rotation",
(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,
"Gets object rotation.");

dqcsinterfacezmq_py.def("set_object_rotation",
Expand Down

0 comments on commit 2096c18

Please sign in to comment.