Skip to content

Commit

Permalink
[DQ_CoppeliaSimInterfaceZMQ_py.cpp] Removing extra string argument in…
Browse files Browse the repository at this point in the history
… `get_object_translation` that does not match the cpp version.
  • Loading branch information
mmmarinho authored Feb 19, 2025
1 parent 2096c18 commit 9acf13e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ void init_DQ_CoppeliaSimInterfaceZMQ_py(py::module& m)
dqcsinterfacezmq_py.def("wait_for_simulation_step_to_end", &DQ_CoppeliaSimInterfaceZMQ::wait_for_simulation_step_to_end, "Waits until the simulation step is finished.");

dqcsinterfacezmq_py.def("get_object_translation",
(DQ (DQ_CoppeliaSimInterfaceZMQ::*) (const std::string&, const std::string&))&DQ_CoppeliaSimInterfaceZMQ::get_object_translation,
(DQ (DQ_CoppeliaSimInterfaceZMQ::*) (const std::string&))&DQ_CoppeliaSimInterfaceZMQ::get_object_translation,
"Gets object translation.");

dqcsinterfacezmq_py.def("set_object_translation",
Expand Down

0 comments on commit 9acf13e

Please sign in to comment.