Michael Pham-Hung
Results
2
comments of
Michael Pham-Hung
In simulator_node.cpp, I add the following calls too a ros listener callback: ``` sm.cleanUp(); sm.initializeSimulation(); sm.runSimulation(); ``` Where sm.cleanUp is defined in simulator.cpp as: ``` void Simulator::cleanUp() { SCENE.clear(); }...
I can import PyKDL no problem in the Python2 interpreter