We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DQ_CoppeliaSimInterface
1 parent 4abe5f7 commit f2689dbCopy full SHA for f2689db
src/interfaces/coppeliasim/DQ_CoppeliaSimInterface_py.cpp
@@ -31,7 +31,7 @@ void init_DQ_CoppeliaSimInterface_py(py::module& m)
31
py::class_<
32
DQ_CoppeliaSimInterface,
33
std::shared_ptr<DQ_CoppeliaSimInterface>
34
- > c(m, "DQ_SerialManipulator");
+ > c(m, "DQ_CoppeliaSimInterface");
35
36
///Methods
37
//Virtual
0 commit comments