Skip to content

Commit 9acf13e

Browse files
authored
[DQ_CoppeliaSimInterfaceZMQ_py.cpp] Removing extra string argument in get_object_translation that does not match the cpp version.
1 parent 2096c18 commit 9acf13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/coppeliasim/DQ_CoppeliaSimInterfaceZMQ_py.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ void init_DQ_CoppeliaSimInterfaceZMQ_py(py::module& m)
5353
dqcsinterfacezmq_py.def("wait_for_simulation_step_to_end", &DQ_CoppeliaSimInterfaceZMQ::wait_for_simulation_step_to_end, "Waits until the simulation step is finished.");
5454

5555
dqcsinterfacezmq_py.def("get_object_translation",
56-
(DQ (DQ_CoppeliaSimInterfaceZMQ::*) (const std::string&, const std::string&))&DQ_CoppeliaSimInterfaceZMQ::get_object_translation,
56+
(DQ (DQ_CoppeliaSimInterfaceZMQ::*) (const std::string&))&DQ_CoppeliaSimInterfaceZMQ::get_object_translation,
5757
"Gets object translation.");
5858

5959
dqcsinterfacezmq_py.def("set_object_translation",

0 commit comments

Comments
 (0)