ODE Middleware

I already did something similar, and get that the problem starts with:

odeWorldManager → simulationTask

	def simulationTask(self, task):
		self.space.collide("", self.handleCollisions)
		#self.world.quickStep(self.stepSize)
		self.contactGroup.empty()

without the quickStep-line it works fine, but without any physics-simulation.