Sometimes, I need to disable auto sleeping for a particular body. Now I have a wrapper with the param isSleepingEnabled and in my update() method, each frame I call body.wakeUp(). I don't know how constant wakeUp() affects performance. Maybe it would be cleaner to add something like body.disableSleeping() for that kind of cases?