Skip to content

Commit ba44e00

Browse files
author
Murilo M. Marinho
committed
Removing DQ_CoppeliaSim{ZMQ} included headers.
1 parent 3b59742 commit ba44e00

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

src/dqrobotics_module.cpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -164,15 +164,5 @@ PYBIND11_MODULE(_dqrobotics, m) {
164164
//DQ_JsonReader
165165
init_DQ_JsonReader_py(json11_py);
166166

167-
/*****************************************************
168-
* CoppeliaSim Submodule
169-
* **************************************************/
170-
py::module coppeliasim_py = interfaces_py.def_submodule("_coppeliasim", "The CoppeliaSim submodule of DQ Robotics.");
171-
172-
//DQ_CoppeliaSimInterface
173-
init_DQ_CoppeliaSimInterface_py(coppeliasim_py);
174-
175-
//DQ_CoppeliaSimInterfaceZMQ
176-
init_DQ_CoppeliaSimInterfaceZMQ_py(coppeliasim_py);
177167
}
178168

src/dqrobotics_module.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ namespace py = pybind11;
6161
#include <dqrobotics/robots/KukaYoubotRobot.h>
6262
#include <dqrobotics/robots/FrankaEmikaPandaRobot.h>
6363

64-
#include <dqrobotics/interfaces/coppeliasim/DQ_CoppeliaSimInterface.h>
65-
#include <dqrobotics/interfaces/coppeliasim/DQ_CoppeliaSimInterfaceZMQ.h>
66-
6764
#include <dqrobotics/interfaces/json11/DQ_JsonReader.h>
6865

6966
using namespace DQ_robotics;

0 commit comments

Comments
 (0)