bool changeSpeeds( float v, float w )
	{
		robotSim.movementCommand(v,w);

		return true;
	}