Skip to content

Commit f2689db

Browse files
authored
[DQ_CoppeliaSimInterface_py.cpp] Adding the correct name of the class in Python as DQ_CoppeliaSimInterface.
1 parent 4abe5f7 commit f2689db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/coppeliasim/DQ_CoppeliaSimInterface_py.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ void init_DQ_CoppeliaSimInterface_py(py::module& m)
3131
py::class_<
3232
DQ_CoppeliaSimInterface,
3333
std::shared_ptr<DQ_CoppeliaSimInterface>
34-
> c(m, "DQ_SerialManipulator");
34+
> c(m, "DQ_CoppeliaSimInterface");
3535

3636
///Methods
3737
//Virtual

0 commit comments

Comments
 (0)