I am working on a speed-controller for the eye-bot entity, where I also want to control the rotation speed of the quadrotor speed actuator. The function SetLinearVelocity works like it supposed to, as it reacts to the new values I give it at every controlstep. The function SetRotationalSpeed, only a...